Class AttributeConstraintToGetterTypeConverter
- java.lang.Object
-
- de.hybris.platform.validation.extractor.impl.AttributeConstraintToGetterTypeConverter
-
- All Implemented Interfaces:
ConstraintConverter<AttributeConstraintModel,org.hibernate.validator.internal.xml.binding.GetterType>
public class AttributeConstraintToGetterTypeConverter extends java.lang.Object implements ConstraintConverter<AttributeConstraintModel,org.hibernate.validator.internal.xml.binding.GetterType>
Converts aAttributeConstraintModelinstance to a hibernateFieldType.
-
-
Constructor Summary
Constructors Constructor Description AttributeConstraintToGetterTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.validator.internal.xml.binding.GetterTypeconvert(AttributeConstraintModel source)Converts source to target.-
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.GetterType convert(AttributeConstraintModel source)
Description copied from interface:ConstraintConverterConverts source to target.- Specified by:
convertin interfaceConstraintConverter<AttributeConstraintModel,org.hibernate.validator.internal.xml.binding.GetterType>
-
-