Class InputParamValidator


  • public class InputParamValidator
    extends Object
    Validates method parameters. Checks the ParamValidators annotation for validators. There can be method-level validators that apply to all parameters, and parameter-level validators. When validation on at least one parameter doesn't pass, throws IllegalStateException.
    • Constructor Detail

      • InputParamValidator

        @Inject
        public InputParamValidator​(com.google.inject.Injector injector)
      • InputParamValidator

        public InputParamValidator()