Package | Description |
---|---|
org.apache.commons.digester.annotations.rules |
Classes contained in this package are annotations that reflect Digester rules.
|
Modifier and Type | Class and Description |
---|---|
interface |
AttributeCallParam
Methods arguments annotated with
AttributeCallParam will be bound
with CallParamRule digester rule. |
interface |
BeanPropertySetter
Fields annotated with
BeanPropertySetter will be bound with
BeanPropertySetterRule digester rule. |
interface |
CallMethod
Methods annotated with
CallMethod will be bound with
CallMethodRule digester rule. |
interface |
CallParam
Methods arguments annotated with
CallParam will be bound with
CallParamRule digester rule. |
interface |
FactoryCreate
Classes annotated with
FactoryCreate will be bound with
FactoryCreateRule digester rule. |
interface |
ObjectCreate
Classes annotated with
ObjectCreate will be bound with
ObjectCreateRule digester rule. |
interface |
PathCallParam
Methods arguments annotated with
PathCallParam will be bound
with PathCallParamRule digester rule. |
interface |
SetNext
Methods annotated with
SetNext will be bound
with SetNextRule digester rule. |
interface |
SetProperty
Fields annotated with
SetProperty will be bound
with SetPropertiesRule digester rule. |
interface |
SetRoot
Methods annotated with
SetRoot will be bound
with SetRootRule digester rule. |
interface |
SetTop
Methods annotated with
SetTop will be bound
with SetTopRule digester rule. |
interface |
StackCallParam
Methods arguments annotated with
StackCallParam will be bound
with CallParamRule digester rule. |