Uses of Interface
de.hybris.platform.integrationservices.model.AttributeValueGetter
-
Packages that use AttributeValueGetter Package Description de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.integrationservices.model.impl -
-
Uses of AttributeValueGetter in de.hybris.platform.integrationservices.model
Subinterfaces of AttributeValueGetter in de.hybris.platform.integrationservices.model Modifier and Type Interface Description interfaceAttributeValueAccessorAn AttributeValueAccessor provides access, e.g.Methods in de.hybris.platform.integrationservices.model that return AttributeValueGetter Modifier and Type Method Description AttributeValueGetterAttributeValueGetterFactory. 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 AttributeValueGetter Modifier and Type Class Description classClassificationAttributeValueAccessorDeprecated, for removal: This API element is subject to removal in a future version.UseClassificationAttributeValueGetterinsteadclassDelegatingAttributeValueAccessorA default implementation theAttributeValueAccessor, which delegates its calls toAttributeValueSetterand toAttributeValueGetterclassNullAttributeValueAccessorDeprecated, for removal: This API element is subject to removal in a future version.UseDelegatingAttributeValueAccessordelegating toNullAttributeValueGetterand toNullAttributeValueSetterclassNullAttributeValueGetterAnAttributeValueGetterthat returns a null valueclassStandardAttributeValueAccessorDeprecated, for removal: This API element is subject to removal in a future version.UseStandardAttributeValueGetterinsteadMethods in de.hybris.platform.integrationservices.model.impl that return AttributeValueGetter Modifier and Type Method Description AttributeValueGetterDefaultAttributeValueGetterFactory. create(TypeAttributeDescriptor descriptor)AttributeValueGetterNullAttributeValueGetterFactory. create(@NotNull TypeAttributeDescriptor descriptor)Constructors in de.hybris.platform.integrationservices.model.impl with parameters of type AttributeValueGetter Constructor Description DelegatingAttributeValueAccessor(AttributeValueGetter get, AttributeValueSetter set)
-