public interface ValidationSchema<S extends AbstractValidationSchema<S>> extends Serializable, Copyable<S>
Modifier and Type | Method and Description |
---|---|
default S |
clearMethods() |
List<ValidationMethod<?>> |
getMethods() |
String |
getType() |
default S |
method(ValidationMethod<?>... methods) |
default S |
methods(List<ValidationMethod<?>> methods) |
default S |
self() |
void |
setMethods(List<ValidationMethod<?>> methods) |
void |
setType(String type) |
default S |
type(String type) |
String getType()
List<ValidationMethod<?>> getMethods()
void setType(String type)
void setMethods(List<ValidationMethod<?>> methods)
default S self()
default S methods(List<ValidationMethod<?>> methods)
default S method(ValidationMethod<?>... methods)
default S clearMethods()
Copyright © 2021. All rights reserved.