Uses of Class
org.apache.commons.digester3.binder.AbstractParamTypeBuilder
-
Packages that use AbstractParamTypeBuilder Package Description org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of AbstractParamTypeBuilder in org.apache.commons.digester3.binder
Subclasses of AbstractParamTypeBuilder in org.apache.commons.digester3.binder Modifier and Type Class Description class
SetNextBuilder
Builder chained when invokingLinkedRuleBuilder.setNext(String)
.class
SetRootBuilder
Builder chained when invokingLinkedRuleBuilder.setRoot(String)
.class
SetTopBuilder
Builder chained when invokingLinkedRuleBuilder.setTop(String)
.Methods in org.apache.commons.digester3.binder that return AbstractParamTypeBuilder Modifier and Type Method Description AbstractParamTypeBuilder<R>
AbstractParamTypeBuilder. fireOnBegin(boolean fireOnBegin)
Marks the rule be invoked whenbegin
orend
events match.AbstractParamTypeBuilder<R>
AbstractParamTypeBuilder. useExactMatch(boolean useExactMatch)
Sets exact matching being used.AbstractParamTypeBuilder<R>
AbstractParamTypeBuilder. withParameterType(java.lang.Class<?> paramType)
Sets the Java class of the method's argument.AbstractParamTypeBuilder<R>
AbstractParamTypeBuilder. withParameterType(java.lang.String paramType)
Sets the Java class name of the method's argument.
-