Uses of Class
org.apache.commons.digester3.annotations.rules.ObjectCreate
-
Packages that use ObjectCreate Package Description org.apache.commons.digester3.annotations.handlers Thehandlers
package containsAnnotationHandler
implementations.org.apache.commons.digester3.annotations.rules Classes contained in this package are annotations that reflect Digester rules. -
-
Uses of ObjectCreate in org.apache.commons.digester3.annotations.handlers
Methods in org.apache.commons.digester3.annotations.handlers with parameters of type ObjectCreate Modifier and Type Method Description void
ObjectCreateHandler. handle(ObjectCreate annotation, java.lang.reflect.AnnotatedElement element, RulesBinder rulesBinder)
Handles the current visited element with the related current annotation. -
Uses of ObjectCreate in org.apache.commons.digester3.annotations.rules
Methods in org.apache.commons.digester3.annotations.rules that return ObjectCreate Modifier and Type Method Description ObjectCreate[]
value()
-