Uses of Class
de.hybris.platform.persistence.audit.payload.json.TypedValue
Packages that use TypedValue
Package
Description
-
Uses of TypedValue in de.hybris.platform.cms2.version.populator
Methods in de.hybris.platform.cms2.version.populator that return TypedValueModifier and TypeMethodDescriptionprotected TypedValueCMSVersionToItemModelPopulatorTest.getAttributeTypedValue(String attrType, String collectionType, List<String> values) Methods in de.hybris.platform.cms2.version.populator that return types with arguments of type TypedValueModifier and TypeMethodDescriptionprotected Function<TypedValue,Optional<Object>> CMSVersionToItemModelPopulator.getAttributeValueMapperForTypedValue()Returns aFunctionaimed at converting any non localized value described by aTypedValue.protected Map<String,TypedValue> CMSVersionToItemModelPopulatorTest.payloadAttributes()Methods in de.hybris.platform.cms2.version.populator with parameters of type TypedValueModifier and TypeMethodDescriptionprotected voidCMSVersionToItemModelPopulator.applyCustomAttributeValue(ItemModel itemModel, CustomAttributeContentConverter converter, TypedValue typedValue) Applies custom attribute values to theItemModel.Method parameters in de.hybris.platform.cms2.version.populator with type arguments of type TypedValueModifier and TypeMethodDescriptionprotected voidCMSVersionToItemModelPopulator.convertCustomAttributesValues(ItemModel itemModel, Map<String, TypedValue> values) Converts custom attribute values that are represented byCMSVersionCustomAttribute.CMSVersionToItemModelPopulator.convertSimpleAttributes(Map<String, TypedValue> values) Converts the attribute values fromAuditPayloadto attribute values ofItemModel -
Uses of TypedValue in de.hybris.platform.persistence.audit.payload.json
Methods in de.hybris.platform.persistence.audit.payload.json that return types with arguments of type TypedValue