Class IntegerPayloadConverter
java.lang.Object
de.hybris.platform.persistence.audit.payload.converter.IntegerPayloadConverter
- All Implemented Interfaces:
PayloadConverter<Integer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFromString(String str) convertToString(Integer obj) forClass()
-
Constructor Details
-
IntegerPayloadConverter
public IntegerPayloadConverter()
-
-
Method Details
-
convertToString
- Specified by:
convertToStringin interfacePayloadConverter<Integer>
-
convertFromString
- Specified by:
convertFromStringin interfacePayloadConverter<Integer>
-
forClass
- Specified by:
forClassin interfacePayloadConverter<Integer>
-