Class StringParameterInjector

    • Field Detail

      • type

        protected Class<?> type
      • baseType

        protected Class<?> baseType
      • baseGenericType

        protected Type baseGenericType
      • valueOf

        protected Method valueOf
      • defaultValue

        protected String defaultValue
      • paramName

        protected String paramName
      • paramType

        protected Class<?> paramType
      • isCollection

        protected boolean isCollection
      • isArray

        protected boolean isArray
      • paramConverter

        protected javax.ws.rs.ext.ParamConverter<?> paramConverter
      • delegate

        protected javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<?> delegate
    • Method Detail

      • isCollectionOrArray

        public boolean isCollectionOrArray()
      • getParamSignature

        public String getParamSignature()
      • extractValue

        public Object extractValue​(String strVal)
      • getParamConverter

        public javax.ws.rs.ext.ParamConverter<?> getParamConverter()
      • getHeaderDelegate

        public javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<?> getHeaderDelegate()
      • throwProcessingException

        protected void throwProcessingException​(String message,
                                                Throwable cause)