Uses of Class
org.apache.commons.digester.annotations.rules.ObjectCreate
-
Packages that use ObjectCreate Package Description org.apache.commons.digester.annotations.providers This package containsAnnotationRuleProvider
implementations.org.apache.commons.digester.annotations.rules Classes contained in this package are annotations that reflect Digester rules. -
-
Uses of ObjectCreate in org.apache.commons.digester.annotations.providers
Methods in org.apache.commons.digester.annotations.providers with parameters of type ObjectCreate Modifier and Type Method Description void
ObjectCreateRuleProvider. init(ObjectCreate annotation, java.lang.Class<?> element)
Initializes the provider. -
Uses of ObjectCreate in org.apache.commons.digester.annotations.rules
Methods in org.apache.commons.digester.annotations.rules that return ObjectCreate Modifier and Type Method Description ObjectCreate[]
value()
-