Uses of Annotation Type
org.apache.commons.digester.annotations.rules.SetProperty
Packages that use SetProperty
Package
Description
The
handlers package contains
DigesterLoaderHandler
implementations.This package contains
AnnotationRuleProvider
implementations.-
Uses of SetProperty in org.apache.commons.digester.annotations.handlers
Classes in org.apache.commons.digester.annotations.handlers that implement interfaces with type arguments of type SetPropertyModifier and TypeClassDescriptionfinal classHandler that takes care to create theSetPropertiesRuleProvider.Methods in org.apache.commons.digester.annotations.handlers with parameters of type SetPropertyModifier and TypeMethodDescriptionvoidSetPropertiesLoaderHandler.handle(SetProperty annotation, Field element, FromAnnotationsRuleSet ruleSet) Handles the current visited element with the related current annotation. -
Uses of SetProperty in org.apache.commons.digester.annotations.providers
Classes in org.apache.commons.digester.annotations.providers that implement interfaces with type arguments of type SetPropertyModifier and TypeClassDescriptionfinal classProvides instances ofSetPropertiesRule.Methods in org.apache.commons.digester.annotations.providers with parameters of type SetPropertyModifier and TypeMethodDescriptionvoidSetPropertiesRuleProvider.addAlias(SetProperty annotation, Field element) Adds a new alias attribute/property name; if the attribute name is not specified, the alias will be considered as property name identity.voidSetPropertiesRuleProvider.init(SetProperty annotation, Field element) Initializes the provider.