Class InterceptorCommonLibrary.PolicyEntry<A extends Annotation,P extends Policy<A>,T>
java.lang.Object
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PolicyEntry<A,P,T>
- Enclosing class:
InterceptorCommonLibrary
public static class InterceptorCommonLibrary.PolicyEntry<A extends Annotation,P extends Policy<A>,T>
extends Object
Describes table entry that finds a policy class from the annotation class that configures it.
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyEntry(Class<A> annotationClass, Class<P> policyClass, Class<T> recipientType, InterceptorCommonLibrary.AnnotationUsage annotationUsage, boolean builtIn, boolean defaultPolicy) -
Method Summary
-
Constructor Details
-
PolicyEntry
-
-
Method Details
-
getAnnotationClass
-
getPolicyClass
-
getRecipientType
-
getAnnotationUsage
-
getBuiltIn
public boolean getBuiltIn() -
getDefaultPolicy
public boolean getDefaultPolicy() -
hashCode
public int hashCode() -
equals
-
toString
-