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,org.hibernate.validator.internal.xml.binding.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>,org.hibernate.validator.internal.xml.binding.ConstraintMappingsType> constraintMappingsTypeConverter)voidAttributeConstraintToBeanTypeConverter. setFieldConverter(ConstraintConverter<AttributeConstraintModel,org.hibernate.validator.internal.xml.binding.FieldType> fieldConverter)voidAttributeConstraintToBeanTypeConverter. setGetterConverter(ConstraintConverter<AttributeConstraintModel,org.hibernate.validator.internal.xml.binding.GetterType> getterConverter)voidAbstractConstraintToBeanTypeConverter. setGroupsConverter(ConstraintConverter<java.util.Set<ConstraintGroupModel>,org.hibernate.validator.internal.xml.binding.GroupsType> groupsConverter)voidAbstractConstraintToBeanTypeConverter. setSeverityConverter(ConstraintConverter<Severity,org.hibernate.validator.internal.xml.binding.PayloadType> severityConverter)voidDefaultConstraintsExtractor. setSkipOnErrorConstraintMappingsTypeConverter(ConstraintConverter<java.util.List<AbstractConstraintModel>,org.hibernate.validator.internal.xml.binding.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,org.hibernate.validator.internal.xml.binding.BeanType>> converters)
-