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 TypeInterfaceDescriptioninterfaceValidationMethod<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 SValidationSchema.method(ValidationMethod<?>... methods) default FField.validationMethod(ValidationMethod<?> validationMethod) Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type ValidationMethodModifier and TypeMethodDescriptiondefault 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 ValidationMethodClasses in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation that implement ValidationMethodModifier and TypeClassDescriptionclassAbstractValidationMethod<M extends ValidationMethod<M>>classMethods 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 TypeMethodDescriptionvoidAbstractValidationSchema.setMethods(List<ValidationMethod<?>> methods) Constructors in com.broadleafcommerce.metadata.dsl.core.extension.fields.validation with parameters of type ValidationMethodModifierConstructorDescriptionAbstractValidationMethod(ValidationMethod<?> validationMethod) DefaultValidationMethod(ValidationMethod<?> validationMethod)