Uses of Class
de.hybris.platform.persistence.audit.payload.json.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in de.hybris.platform.cms2.version.populator
Methods in de.hybris.platform.cms2.version.populator that return types with arguments of type ValueTypeModifier and TypeMethodDescriptionCMSVersionToItemModelPopulator.getAttributeRelatedData(Supplier<Object> collectionGetter, Supplier<Object> simpleGetter) Methods in de.hybris.platform.cms2.version.populator with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected Collection<Object>CMSVersionToItemModelPopulator.collectStreamResult(ValueType valueType, Stream<Object> stream) CMSVersionToItemModelPopulator.convertCollectionValue(ValueType valueType) CMSVersionToItemModelPopulator.convertSimpleValue(ValueType valueType) protected booleanCMSVersionToItemModelPopulator.isCollectionPayloadType(ValueType valueType) Verifies whether theValueTypefrom payload represents a collection or not. -
Uses of ValueType in de.hybris.platform.persistence.audit.payload
Methods in de.hybris.platform.persistence.audit.payload that return ValueTypeMethods in de.hybris.platform.persistence.audit.payload with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic PayloadRawValuePayloadRawValue.withListValue(String name, List<String> value, ValueType type) static PayloadRawValuestatic PayloadRawValuePayloadRawValue.withMapValue(String name, String mapValue, ValueType type) static PayloadRawValuePayloadRawValue.withMapValue(String name, String mapValue, ValueType type, String language) -
Uses of ValueType in de.hybris.platform.persistence.audit.payload.json
Methods in de.hybris.platform.persistence.audit.payload.json that return ValueTypeModifier and TypeMethodDescriptionLocalizedTypedValue.getType()MapBasedTypedValue.getType()TypedValue.getType()static ValueTypeValueType.newCollectionType(String type, String collection) static ValueTypeConstructors in de.hybris.platform.persistence.audit.payload.json with parameters of type ValueTypeModifierConstructorDescriptionLocalizedTypedValue(ValueType type, List<LocalizedValue> values) MapBasedTypedValue(ValueType type, String value) TypedValue(ValueType type, List<String> value)