Class AttributeConstraintToFieldTypeConverter
java.lang.Object
de.hybris.platform.validation.extractor.impl.AttributeConstraintToFieldTypeConverter
- All Implemented Interfaces:
ConstraintConverter<AttributeConstraintModel,FieldType>
public class AttributeConstraintToFieldTypeConverter
extends Object
implements ConstraintConverter<AttributeConstraintModel,FieldType>
Converts a
AttributeConstraintModel instance to a hibernate FieldType.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(AttributeConstraintModel source) Converts source to target.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.validation.extractor.ConstraintConverter
isActiveForConstraint
-
Constructor Details
-
AttributeConstraintToFieldTypeConverter
public AttributeConstraintToFieldTypeConverter()
-
-
Method Details
-
convert
Description copied from interface:ConstraintConverterConverts source to target.- Specified by:
convertin interfaceConstraintConverter<AttributeConstraintModel,FieldType>
-