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 interfaceValidationMethod<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 SValidationSchema. method(ValidationMethod<?>... methods)default FField. validationMethod(ValidationMethod<?> validationMethod)Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type ValidationMethod Modifier and Type Method Description default SValidationSchema. methods(List<ValidationMethod<?>> methods)voidValidationSchema. 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 classAbstractValidationMethod<M extends ValidationMethod<M>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation that implement ValidationMethod Modifier and Type Class Description classAbstractValidationMethod<M extends ValidationMethod<M>>classDefaultValidationMethodMethods 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 voidAbstractValidationSchema. 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)
-