Package de.hybris.platform.apiregistryservices.constraints
-
Class Summary Class Description ApiUrlValidator Validates that the given string value is a valid url.ConsumedCertificateCredentialValidator Validates the certificate and the private key of the given instance ofConsumedCertificateCredentialModel.EndpointValidator Validates if one of fields: the SpecUrl and the SpecData, is not empty of the given instance ofEndpointModel.EventMappingValidValidator Validates that the mappingConfiguration of the givenEventConfigurationModelis configured correctly.EventMappingValidValidatorTest -
Annotation Types Summary Annotation Type Description ApiUrlValid Validation to check if the given string value is a valid URL.ConsumedCertificateCredentialValid Validation forConsumedCertificateCredentialModel.EndpointValid Annotation forEndpointValidatorEventMappingValid The value of EventConfiguration.exportFlag should be set to "false" OR In case of mappingType = GENERIC values of the EventConfiguration.mappingConfiguration should reference to existing Event Classes and theirs attributes; In case of mappingType = BEAN value of converterBean should refer to spring bean with Converter interface.