Class SetTopRuleProvider
java.lang.Object
org.apache.commons.digester.annotations.providers.SetTopRuleProvider
- All Implemented Interfaces:
AnnotationRuleProvider<SetTop, Method, SetTopRule>
public final class SetTopRuleProvider
extends Object
implements AnnotationRuleProvider<SetTop, Method, SetTopRule>
Provides instances of
SetTopRule.- Since:
- 2.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
methodName
-
paramType
-
-
Constructor Details
-
SetTopRuleProvider
public SetTopRuleProvider()
-
-
Method Details
-
init
Initializes the provider.- Specified by:
initin interfaceAnnotationRuleProvider<SetTop, Method, SetTopRule>- Parameters:
annotation- the annotation instance.element- the annotated element reference.
-
get
Provides an instance ofRule. Must never return null.- Specified by:
getin interfaceAnnotationRuleProvider<SetTop, Method, SetTopRule>- Returns:
- an instance of
Rule.
-