protected static class BasicFactoryDefinitionParser.FactoryInstanceFactory extends Object implements Factory<Object>
| Modifier and Type | Field and Description |
|---|---|
protected String |
factoryDefinition |
protected Method |
factoryMethod |
protected Method |
getInstanceMethod |
| Constructor and Description |
|---|
FactoryInstanceFactory(String factoryDefinition,
Method getInstanceMethod,
Method factoryMethod) |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(org.smooks.api.ExecutionContext executionContext) |
String |
toString() |
Copyright © 2024. All rights reserved.