Uses of Class
com.github.victools.jsonschema.module.javax.validation.JavaxValidationOption
-
-
Uses of JavaxValidationOption in com.github.victools.jsonschema.module.javax.validation
Methods in com.github.victools.jsonschema.module.javax.validation that return JavaxValidationOption Modifier and Type Method Description static JavaxValidationOption
JavaxValidationOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaxValidationOption[]
JavaxValidationOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.victools.jsonschema.module.javax.validation with parameters of type JavaxValidationOption Constructor Description JavaxValidationModule(JavaxValidationOption... options)
Constructor.
-