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