Class SetterParameter


  • public class SetterParameter
    extends Parameter
    Version:
    $Revision: 1 $
    • Field Detail

      • setter

        protected java.lang.reflect.Method setter
      • annotatedMethod

        protected java.lang.reflect.Method annotatedMethod
    • Constructor Detail

      • SetterParameter

        protected SetterParameter​(ResourceClass declaredClass,
                                  java.lang.reflect.Method setter,
                                  java.lang.reflect.Method annotatedMethod)
    • Method Detail

      • getSetter

        public java.lang.reflect.Method getSetter()
      • getAnnotatedMethod

        public java.lang.reflect.Method getAnnotatedMethod()
      • getAccessibleObject

        public java.lang.reflect.AccessibleObject getAccessibleObject()
        Specified by:
        getAccessibleObject in class Parameter
      • getAnnotations

        public java.lang.annotation.Annotation[] getAnnotations()
        Specified by:
        getAnnotations in class Parameter