Uses of Class
org.apache.commons.digester3.binder.AbstractParamTypeBuilder
Packages that use AbstractParamTypeBuilder
Package
Description
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.binderModifier and TypeClassDescriptionfinal class
Builder chained when invokingLinkedRuleBuilder.setNext(String)
.final class
Builder chained when invokingLinkedRuleBuilder.setRoot(String)
.final class
Builder chained when invokingLinkedRuleBuilder.setTop(String)
.Methods in org.apache.commons.digester3.binder that return AbstractParamTypeBuilderModifier and TypeMethodDescriptionfinal AbstractParamTypeBuilder
<R> AbstractParamTypeBuilder.fireOnBegin
(boolean fireOnBegin) Marks the rule be invoked whenbegin
orend
events match.final AbstractParamTypeBuilder
<R> AbstractParamTypeBuilder.useExactMatch
(boolean useExactMatch) Sets exact matching being used.final AbstractParamTypeBuilder
<R> AbstractParamTypeBuilder.withParameterType
(Class<?> paramType) Sets the Java class of the method's argument.final AbstractParamTypeBuilder
<R> AbstractParamTypeBuilder.withParameterType
(String paramType) Sets the Java class name of the method's argument.