Uses of Class
com.networknt.aws.lambda.handler.middleware.validator.ParameterType
-
Packages that use ParameterType Package Description com.networknt.aws.lambda.handler.middleware.validator -
-
Uses of ParameterType in com.networknt.aws.lambda.handler.middleware.validator
Methods in com.networknt.aws.lambda.handler.middleware.validator that return ParameterType Modifier and Type Method Description static ParameterTypeParameterType. of(String typeStr)static ParameterTypeParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterType[]ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.aws.lambda.handler.middleware.validator with parameters of type ParameterType Modifier and Type Method Description static booleanParameterType. is(String typeStr, ParameterType type)
-