Uses of Interface
de.hybris.platform.integrationservices.model.AttributeValueGetter
Packages that use AttributeValueGetter
Package
Description
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
-
Uses of AttributeValueGetter in de.hybris.platform.integrationservices.model
Subinterfaces of AttributeValueGetter in de.hybris.platform.integrationservices.modelModifier and TypeInterfaceDescriptioninterfaceAn AttributeValueAccessor provides access, e.g.Methods in de.hybris.platform.integrationservices.model that return AttributeValueGetterModifier and TypeMethodDescriptionAttributeValueGetterFactory.create(@NotNull TypeAttributeDescriptor descriptor) Creates anAttributeValueGetterfor the givenTypeAttributeDescriptor -
Uses of AttributeValueGetter in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement AttributeValueGetterModifier and TypeClassDescriptionclassAn implementation for POJO attributes and uses Java reflection to retrieve the attribute valueclassA default implementation theAttributeValueAccessor, which delegates its calls toAttributeValueSetterand toAttributeValueGetterfinal classAnAttributeValueGetterthat returns a null valueMethods in de.hybris.platform.integrationservices.model.impl that return AttributeValueGetterModifier and TypeMethodDescriptionDefaultAttributeValueGetterFactory.create(TypeAttributeDescriptor descriptor) NullAttributeValueGetterFactory.create(@NotNull TypeAttributeDescriptor descriptor) Constructors in de.hybris.platform.integrationservices.model.impl with parameters of type AttributeValueGetterModifierConstructorDescription