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