Uses of Interface
com.broadleafcommerce.metadata.dsl.validators.endpoints.EndpointValidator
Packages that use EndpointValidator
Package
Description
-
Uses of EndpointValidator in com.broadleafcommerce.metadata.dsl.validators
Fields in com.broadleafcommerce.metadata.dsl.validators with type parameters of type EndpointValidatorModifier and TypeFieldDescriptionstatic final List<EndpointValidator>
DefaultComponentValidatorManager.DEFAULT_ENDPOINT_VALIDATORS
Methods in com.broadleafcommerce.metadata.dsl.validators that return types with arguments of type EndpointValidatorModifier and TypeMethodDescriptionComponentValidatorManager.getEndpointValidators()
The set ofEndpointValidator
to use to validate anyEndpoint
passed toComponentValidatorManager.validateEndpoint(Endpoint, Errors)
.DefaultComponentValidatorManager.getEndpointValidators()
Methods in com.broadleafcommerce.metadata.dsl.validators with parameters of type EndpointValidatorModifier and TypeMethodDescriptionvoid
DefaultComponentValidatorManager.addEndpointValidator
(EndpointValidator endpointValidator) Method parameters in com.broadleafcommerce.metadata.dsl.validators with type arguments of type EndpointValidatorModifier and TypeMethodDescriptionvoid
DefaultComponentValidatorManager.addEndpointValidators
(List<EndpointValidator> endpointValidators) void
DefaultComponentValidatorManager.setEndpointValidators
(List<EndpointValidator> endpointValidators) -
Uses of EndpointValidator in com.broadleafcommerce.metadata.dsl.validators.endpoints
Classes in com.broadleafcommerce.metadata.dsl.validators.endpoints that implement EndpointValidator