Uses of Interface
com.broadleafcommerce.metadata.dsl.core.ValidationMethod
-
Packages that use ValidationMethod Package Description com.broadleafcommerce.metadata.dsl.core com.broadleafcommerce.metadata.dsl.core.extension.fields.validation -
-
Uses of ValidationMethod in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type ValidationMethod Modifier and Type Interface Description interface
ValidationMethod<M extends ValidationMethod<M>>
Represents the metadata for a validation method as part of aValidationSchema
.Methods in com.broadleafcommerce.metadata.dsl.core that return types with arguments of type ValidationMethod Modifier and Type Method Description List<ValidationMethod<?>>
ValidationSchema. getMethods()
Methods in com.broadleafcommerce.metadata.dsl.core with parameters of type ValidationMethod Modifier and Type Method Description default S
ValidationSchema. method(ValidationMethod<?>... methods)
default F
Field. validationMethod(ValidationMethod<?> validationMethod)
Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type ValidationMethod Modifier and Type Method Description default S
ValidationSchema. methods(List<ValidationMethod<?>> methods)
void
ValidationSchema. setMethods(List<ValidationMethod<?>> methods)
-
Uses of ValidationMethod in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation
Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation with type parameters of type ValidationMethod Modifier and Type Class Description class
AbstractValidationMethod<M extends ValidationMethod<M>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation that implement ValidationMethod Modifier and Type Class Description class
AbstractValidationMethod<M extends ValidationMethod<M>>
class
DefaultValidationMethod
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation that return types with arguments of type ValidationMethod Modifier and Type Method Description List<ValidationMethod<?>>
AbstractValidationSchema. getMethods()
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation with type arguments of type ValidationMethod Modifier and Type Method Description void
AbstractValidationSchema. setMethods(List<ValidationMethod<?>> methods)
Constructors in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation with parameters of type ValidationMethod Constructor Description AbstractValidationMethod(ValidationMethod<?> validationMethod)
DefaultValidationMethod(ValidationMethod<?> validationMethod)
-