Package | Description |
---|---|
io.sphere.sdk.products.attributes |
Provides model classes for product type attributes.
|
Modifier and Type | Method and Description |
---|---|
<I> AttributeExtraction<T> |
AttributeExtraction.ifGuarded(AttributeAccess<I> extraction,
Function<I,Optional<T>> function) |
<A> AttributeExtraction<T> |
AttributeExtraction.ifIs(AttributeAccess<A> extraction,
Function<? super A,? extends T> function,
Predicate<? super A> guard) |
<I> AttributeExtraction<T> |
AttributeExtraction.ifIs(AttributeAccess<I> extraction,
Function<? super I,? extends T> function) |
static <T> AttributeExtraction<T> |
AttributeExtraction.of(AttributeDefinition attributeDefinition,
Attribute attribute) |
static <T> AttributeExtraction<T> |
AttributeExtraction.of(AttributeDefinitionContainer productType,
Attribute attribute) |