Class InputParamValidator

java.lang.Object
org.jclouds.rest.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 Details

    • InputParamValidator

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

      public InputParamValidator()
  • Method Details