Class TypeConstraintToBeanTypeConverter
- java.lang.Object
-
- de.hybris.platform.validation.extractor.impl.AbstractConstraintToBeanTypeConverter<TypeConstraintModel>
-
- de.hybris.platform.validation.extractor.impl.TypeConstraintToBeanTypeConverter
-
- All Implemented Interfaces:
ConstraintConverter<TypeConstraintModel,org.hibernate.validator.internal.xml.binding.BeanType>
public class TypeConstraintToBeanTypeConverter extends AbstractConstraintToBeanTypeConverter<TypeConstraintModel>
Converts aTypeConstraintModelinstance to hibernateBeanType.
-
-
Constructor Summary
Constructors Constructor Description TypeConstraintToBeanTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.validator.internal.xml.binding.BeanTypeconvert(TypeConstraintModel source)Converts source to target.-
Methods inherited from class de.hybris.platform.validation.extractor.impl.AbstractConstraintToBeanTypeConverter
createBeanType, createConstrainType, setGroupsConverter, setIgnoredAnnotationMethods, setSeverityConverter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.validation.extractor.ConstraintConverter
isActiveForConstraint
-
-
-
-
Method Detail
-
convert
public org.hibernate.validator.internal.xml.binding.BeanType convert(TypeConstraintModel source)
Description copied from interface:ConstraintConverterConverts source to target.
-
-