Package org.hcjf.utils
Class Introspection.Accessor
- java.lang.Object
-
- org.hcjf.utils.Introspection.Invoker
-
- org.hcjf.utils.Introspection.Accessor
-
- Direct Known Subclasses:
Introspection.Getter,Introspection.Setter
- Enclosing class:
- Introspection
public abstract static class Introspection.Accessor extends Introspection.Invoker
This class groups all the information about getter/setter accessor methods.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessor(java.lang.Class implementationClass, java.lang.String resourceName, java.lang.reflect.Method method)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetResourceName()Return the name of the resource, this name is a representation based on the accessor method name. if the accessor name is 'getA' then the resource name is 'a'.-
Methods inherited from class org.hcjf.utils.Introspection.Invoker
getAnnotation, getAnnotations, getAnnotationsMap, getImplementationClass, getMethod, invoke, isAnnotationPresent
-
-