Uses of Class
de.hybris.platform.persistence.audit.payload.PayloadRawValue
-
Packages that use PayloadRawValue Package Description de.hybris.platform.persistence.audit.payload de.hybris.platform.persistence.audit.payload.json -
-
Uses of PayloadRawValue in de.hybris.platform.persistence.audit.payload
Methods in de.hybris.platform.persistence.audit.payload that return PayloadRawValue Modifier and Type Method Description static PayloadRawValuePayloadRawValue. withListValue(java.lang.String name, java.util.List<java.lang.String> value, ValueType type)static PayloadRawValuePayloadRawValue. withListValue(java.lang.String name, java.util.List<java.lang.String> value, ValueType type, java.lang.String language)static PayloadRawValuePayloadRawValue. withMapValue(java.lang.String name, java.lang.String mapValue, ValueType type)static PayloadRawValuePayloadRawValue. withMapValue(java.lang.String name, java.lang.String mapValue, ValueType type, java.lang.String language) -
Uses of PayloadRawValue in de.hybris.platform.persistence.audit.payload.json
Methods in de.hybris.platform.persistence.audit.payload.json with parameters of type PayloadRawValue Modifier and Type Method Description AuditPayload.BuilderAuditPayload.Builder. addAttribute(PayloadRawValue rawValue)
-