Class ConstructorParameter


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

      • annotations

        protected java.lang.annotation.Annotation[] annotations
    • Constructor Detail

      • ConstructorParameter

        protected ConstructorParameter​(ResourceConstructor constructor,
                                       java.lang.Class<?> type,
                                       java.lang.reflect.Type genericType,
                                       java.lang.annotation.Annotation[] annotations)
    • Method Detail

      • 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