Package | Description |
---|---|
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Method and Description |
---|---|
ObjectCreateBuilder |
LinkedRuleBuilder.createObject()
Construct an object.
|
<T> ObjectCreateBuilder |
ObjectCreateBuilder.ofType(Class<T> type)
Construct an object with the specified class.
|
ObjectCreateBuilder |
ObjectCreateBuilder.ofType(String className)
Construct an object with the specified class name.
|
ObjectCreateBuilder |
ObjectCreateBuilder.ofTypeSpecifiedByAttribute(String attributeName)
Allows specify the attribute containing an override class name if it is present.
|
ObjectCreateBuilder |
ObjectCreateBuilder.usingConstructor(Class<?>... constructorArgumentTypes)
Allows users to specify constructor argument types.
|
ObjectCreateBuilder |
ObjectCreateBuilder.usingConstructor(String... paramTypeNames)
Allows users to specify constructor argument type names.
|
ObjectCreateBuilder |
ObjectCreateBuilder.usingDefaultConstructorArguments(Object... defaultConstructorArguments)
Allows users to specify default constructor arguments.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.