Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core | |
com.broadleafcommerce.metadata.dsl.core.extension.fields.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationMethod<M extends ValidationMethod<M>>
Represents the metadata for a validation method as part of a
ValidationSchema . |
Modifier and Type | Method and Description |
---|---|
List<ValidationMethod<?>> |
ValidationSchema.getMethods() |
Modifier and Type | Method and Description |
---|---|
default S |
ValidationSchema.method(ValidationMethod<?>... methods) |
default F |
Field.validationMethod(ValidationMethod<?> validationMethod) |
Modifier and Type | Method and Description |
---|---|
default S |
ValidationSchema.methods(List<ValidationMethod<?>> methods) |
void |
ValidationSchema.setMethods(List<ValidationMethod<?>> methods) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationMethod<M extends ValidationMethod<M>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationMethod<M extends ValidationMethod<M>> |
class |
DefaultValidationMethod |
Modifier and Type | Method and Description |
---|---|
List<ValidationMethod<?>> |
AbstractValidationSchema.getMethods() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidationSchema.setMethods(List<ValidationMethod<?>> methods) |
Constructor and Description |
---|
AbstractValidationMethod(ValidationMethod<?> validationMethod) |
DefaultValidationMethod(ValidationMethod<?> validationMethod) |
Copyright © 2021. All rights reserved.