Annotation Type SetProperty
-
@Documented @Retention(RUNTIME) @Target(FIELD) @DigesterRule(reflectsRule=SetPropertiesRule.class, handledBy=SetPropertiesHandler.class) public @interface SetProperty
Fields annotated withSetPropertywill be bound withSetPropertiesRuledigester rule.- Since:
- 2.1
- See Also:
Digester.addSetProperties(String,String[],String[])
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringpatternThe element matching pattern.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringattributeNameThe overridden parameter.java.lang.StringnamespaceURIThe namespace URI for which this Rule is relevant, if any.
-
-
-
Element Detail
-
pattern
java.lang.String pattern
The element matching pattern.
-
-
-
namespaceURI
java.lang.String namespaceURI
The namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
- ""
-
-
-
attributeName
java.lang.String attributeName
The overridden parameter.- Default:
- ""
-
-