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