Class ParameterList.NoEncParamGetter

    • Constructor Detail

      • NoEncParamGetter

        NoEncParamGetter​(javax.ws.rs.DefaultValue defaultValue,
                         java.lang.Class<?> convToCl,
                         java.lang.reflect.Type convToGen,
                         ThreadLocalizedContext tlContext,
                         boolean annoSaysLeaveEncoded)
        Parameters:
        annoSaysLeaveEncoded - to check if the annotation is available.
    • Method Detail

      • checkForEncodedAnno

        void checkForEncodedAnno​(java.lang.reflect.AccessibleObject fieldOrBeanSetter)
        Checks if the annotation @Encoded is available on the given field or bean setter. If yes, a warning is logged.
      • checkForEncodedAnno

        void checkForEncodedAnno​(boolean annoSaysLeaveEncoded)
        Checks if the annotation @Encoded is available on the given field or bean setter. If yes, this method logs a warning.