Uses of Class
org.apache.commons.digester3.binder.AbstractParamTypeBuilder

Packages that use AbstractParamTypeBuilder
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
 class SetNextBuilder
          Builder chained when invoking LinkedRuleBuilder.setNext(String).
 class SetRootBuilder
          Builder chained when invoking LinkedRuleBuilder.setRoot(String).
 class SetTopBuilder
          Builder chained when invoking LinkedRuleBuilder.setTop(String).
 

Methods in org.apache.commons.digester3.binder that return AbstractParamTypeBuilder
 AbstractParamTypeBuilder<R> AbstractParamTypeBuilder.fireOnBegin(boolean fireOnBegin)
          Marks the rule be invoked when begin or end events match.
 AbstractParamTypeBuilder<R> AbstractParamTypeBuilder.useExactMatch(boolean useExactMatch)
          Sets exact matching being used.
 AbstractParamTypeBuilder<R> AbstractParamTypeBuilder.withParameterType(Class<?> paramType)
          Sets the Java class of the method's argument.
 AbstractParamTypeBuilder<R> AbstractParamTypeBuilder.withParameterType(String paramType)
          Sets the Java class name of the method's argument.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.