Class AttributeConstraintToGetterTypeConverter
java.lang.Object
de.hybris.platform.validation.extractor.impl.AttributeConstraintToGetterTypeConverter
- All Implemented Interfaces:
ConstraintConverter<AttributeConstraintModel,GetterType>
public class AttributeConstraintToGetterTypeConverter
extends Object
implements ConstraintConverter<AttributeConstraintModel,GetterType>
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
-
AttributeConstraintToGetterTypeConverter
public AttributeConstraintToGetterTypeConverter()
-
-
Method Details
-
convert
Description copied from interface:ConstraintConverterConverts source to target.- Specified by:
convertin interfaceConstraintConverter<AttributeConstraintModel,GetterType>
-