Class Parameter

    • Field Detail

      • type

        protected Class<?> type
      • genericType

        protected Type genericType
      • paramName

        protected String paramName
      • encoded

        protected boolean encoded
      • defaultValue

        protected String defaultValue
    • Method Detail

      • setResourceClass

        public void setResourceClass​(ResourceClass resourceClass)
      • getType

        public Class<?> getType()
      • getGenericType

        public Type getGenericType()
      • getParamName

        public String getParamName()
      • isEncoded

        public boolean isEncoded()
      • getDefaultValue

        public String getDefaultValue()
      • setParamName

        public void setParamName​(String paramName)
      • setDefaultValue

        public void setDefaultValue​(String defaultValue)
      • setEncoded

        public void setEncoded​(boolean encoded)
      • getAnnotations

        public abstract Annotation[] getAnnotations()