Interface ValidationSchema<S extends AbstractValidationSchema<S>>
- All Superinterfaces:
Copyable<S>,Serializable
- All Known Implementing Classes:
AbstractValidationSchema,DefaultValidationSchema
public interface ValidationSchema<S extends AbstractValidationSchema<S>>
extends Serializable, Copyable<S>
- Author:
- Nick Crum (ncrum)
-
Method Summary
Modifier and TypeMethodDescriptiondefault SList<ValidationMethod<?>>getType()default Smethod(ValidationMethod<?>... methods) default Smethods(List<ValidationMethod<?>> methods) default Sself()voidsetMethods(List<ValidationMethod<?>> methods) voiddefault S
-
Method Details
-
getType
String getType() -
getMethods
List<ValidationMethod<?>> getMethods() -
setType
-
setMethods
-
self
-
type
-
methods
-
method
-
clearMethods
-