Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.validators | |
com.broadleafcommerce.metadata.dsl.validators.endpoints |
Modifier and Type | Field and Description |
---|---|
static List<EndpointValidator> |
DefaultComponentValidatorManager.DEFAULT_ENDPOINT_VALIDATORS |
Modifier and Type | Method and Description |
---|---|
List<EndpointValidator> |
DefaultComponentValidatorManager.getEndpointValidators() |
List<EndpointValidator> |
ComponentValidatorManager.getEndpointValidators()
The set of
EndpointValidator to use to validate any Endpoint passed to
ComponentValidatorManager.validateEndpoint(Endpoint, Errors) . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentValidatorManager.addEndpointValidator(EndpointValidator endpointValidator) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentValidatorManager.addEndpointValidators(List<EndpointValidator> endpointValidators) |
void |
DefaultComponentValidatorManager.setEndpointValidators(List<EndpointValidator> endpointValidators) |
Constructor and Description |
---|
DefaultComponentValidatorManager(List<ComponentValidator> componentValidators,
List<ActionValidator> actionValidators,
List<EndpointValidator> endpointValidators) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEndpointValidator |
Copyright © 2021. All rights reserved.