Class Introspection.Accessor

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Accessor​(java.lang.Class implementationClass, java.lang.String resourceName, java.lang.reflect.Method method)  
    • Constructor Detail

      • Accessor

        protected Accessor​(java.lang.Class implementationClass,
                           java.lang.String resourceName,
                           java.lang.reflect.Method method)
    • Method Detail

      • getResourceName

        public final java.lang.String getResourceName()
        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'.
        Returns:
        Resource name.