|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryCreateBuilder | |
---|---|
org.apache.commons.digester3.binder | The Digester EDSL allows configure Digester using fluent APIs. |
Uses of FactoryCreateBuilder in org.apache.commons.digester3.binder |
---|
Methods in org.apache.commons.digester3.binder that return FactoryCreateBuilder | ||
---|---|---|
FactoryCreateBuilder |
LinkedRuleBuilder.factoryCreate()
Uses an ObjectCreationFactory to create a new object which it
pushes onto the object stack. |
|
FactoryCreateBuilder |
FactoryCreateBuilder.ignoreCreateExceptions(boolean ignoreCreateExceptions)
Exceptions thrown by the object creation factory will be ignored or not. |
|
FactoryCreateBuilder |
FactoryCreateBuilder.ofType(Class<? extends ObjectCreationFactory<?>> type)
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory
which will then be used to create an object and push it on the stack. |
|
FactoryCreateBuilder |
FactoryCreateBuilder.ofType(String className)
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory
which will then be used to create an object and push it on the stack. |
|
FactoryCreateBuilder |
FactoryCreateBuilder.overriddenByAttribute(String attributeName)
Allows specify the attribute containing an override class name if it is present. |
|
|
FactoryCreateBuilder.usingFactory(ObjectCreationFactory<T> creationFactory)
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |