Uses of Interface
de.hybris.platform.validation.extractor.ConstraintConverter
-
Packages that use ConstraintConverter Package Description de.hybris.platform.validation.extractor.impl -
-
Uses of ConstraintConverter in de.hybris.platform.validation.extractor.impl
Classes in de.hybris.platform.validation.extractor.impl that implement ConstraintConverter Modifier and Type Class Description classAbstractConstraintToBeanTypeConverter<SOURCE extends AbstractConstraintModel>Base converter for anyAbstractConstraintModelspecification.classAttributeConstraintToBeanTypeConverterAnAttributeConstraintModel's specific converter.classAttributeConstraintToFieldTypeConverterConverts aAttributeConstraintModelinstance to a hibernateFieldType.classAttributeConstraintToGetterTypeConverterConverts aAttributeConstraintModelinstance to a hibernateFieldType.classConstraintGroupsToGroupsTypeConverterConverts aConstraintGroupModelinstance to a hibernateGroupsType.classConstraintsToConstraintMappingsTypeConverterclassSeverityToPayloadTypeConverterConverts theSeverityenumeration instance to a hibernatePayloadType.classTypeConstraintToBeanTypeConverterConverts aTypeConstraintModelinstance to hibernateBeanType.Methods in de.hybris.platform.validation.extractor.impl that return ConstraintConverter Modifier and Type Method Description protected ConstraintConverter<AbstractConstraintModel,BeanType>ConstraintsToConstraintMappingsTypeConverter. getConverter(AbstractConstraintModel source)Methods in de.hybris.platform.validation.extractor.impl with parameters of type ConstraintConverter Modifier and Type Method Description voidDefaultConstraintsExtractor. setConstraintMappingsTypeConverter(ConstraintConverter<java.util.List<AbstractConstraintModel>,ConstraintMappingsType> constraintMappingsTypeConverter)voidAttributeConstraintToBeanTypeConverter. setFieldConverter(ConstraintConverter<AttributeConstraintModel,FieldType> fieldConverter)voidAttributeConstraintToBeanTypeConverter. setGetterConverter(ConstraintConverter<AttributeConstraintModel,GetterType> getterConverter)voidAbstractConstraintToBeanTypeConverter. setGroupsConverter(ConstraintConverter<java.util.Set<ConstraintGroupModel>,GroupsType> groupsConverter)voidAbstractConstraintToBeanTypeConverter. setSeverityConverter(ConstraintConverter<Severity,PayloadType> severityConverter)voidDefaultConstraintsExtractor. setSkipOnErrorConstraintMappingsTypeConverter(ConstraintConverter<java.util.List<AbstractConstraintModel>,ConstraintMappingsType> skipOnErrorConstraintMappingsTypeConverter)Method parameters in de.hybris.platform.validation.extractor.impl with type arguments of type ConstraintConverter Modifier and Type Method Description voidConstraintsToConstraintMappingsTypeConverter. setConverters(java.util.List<ConstraintConverter<? extends AbstractConstraintModel,BeanType>> converters)
-