Uses of Class
org.apache.commons.digester3.binder.SetTopBuilder
-
Packages that use SetTopBuilder Package Description org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of SetTopBuilder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return SetTopBuilder Modifier and Type Method Description SetTopBuilder
LinkedRuleBuilder. setTop(java.lang.String methodName)
Calls a "set top" method on the top (child) object, passing the (top-1) (parent) object as an argument.
-