Uses of Class
org.apache.commons.digester3.binder.ObjectCreateBuilder
Packages that use ObjectCreateBuilder
Package
Description
The Digester EDSL allows configure Digester using fluent APIs.
-
Uses of ObjectCreateBuilder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return ObjectCreateBuilderModifier and TypeMethodDescriptionLinkedRuleBuilder.createObject()
Construct an object.Construct an object with the specified class.Construct an object with the specified class name.ObjectCreateBuilder.ofTypeSpecifiedByAttribute
(String attributeName) Allows specify the attribute containing an override class name if it is present.ObjectCreateBuilder.usingConstructor
(Class<?>... constructorArgumentTypes) Allows users to specify constructor argument types.ObjectCreateBuilder.usingConstructor
(String... paramTypeNames) Allows users to specify constructor argument type names.ObjectCreateBuilder.usingDefaultConstructorArguments
(Object... defaultConstructorArguments) Allows users to specify default constructor arguments.