Uses of Interface
com.broadleafcommerce.metadata.dsl.core.ValidationMethod
Packages that use ValidationMethod
Package
Description
-
Uses of ValidationMethod in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type ValidationMethodModifier and TypeInterfaceDescriptioninterface
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 ValidationMethodMethods in com.broadleafcommerce.metadata.dsl.core with parameters of type ValidationMethodModifier and TypeMethodDescriptiondefault S
ValidationSchema.method
(ValidationMethod<?>... methods) default F
Field.validationMethod
(ValidationMethod<?> validationMethod) Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type ValidationMethodModifier and TypeMethodDescriptiondefault 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 ValidationMethodClasses in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation that implement ValidationMethodModifier and TypeClassDescriptionclass
AbstractValidationMethod<M extends ValidationMethod<M>>
class
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation that return types with arguments of type ValidationMethodModifier and TypeMethodDescriptionList<ValidationMethod<?>>
AbstractValidationSchema.getMethods()
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation with type arguments of type ValidationMethodModifier and TypeMethodDescriptionvoid
AbstractValidationSchema.setMethods
(List<ValidationMethod<?>> methods) Constructors in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation with parameters of type ValidationMethodModifierConstructorDescriptionAbstractValidationMethod
(ValidationMethod<?> validationMethod) DefaultValidationMethod
(ValidationMethod<?> validationMethod)