| Modifier and Type | Method and Description |
|---|---|
AttributeContentConverter<T> |
AttributeStrategyConverterProvider.getContentConverter(T source)
Will return the most appropriate
AttributeContentConverter to convert back and forth between a property value and a serializable representation |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAttributeContentConverter<T>
Base and generic implementation of
AttributeContentConverter. |
class |
DefaultAttributeContentConverter
An implementation of
AttributeContentConverter working with AttributeDescriptorModel objects. |
| Modifier and Type | Method and Description |
|---|---|
AttributeContentConverter<T> |
BaseAttributeStrategyConverterProvider.getContentConverter(T attributeDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AttributeContentConverter<T>> |
BaseAttributeStrategyConverterProvider.getAttributeContentConverters() |
protected java.util.Deque<AttributeContentConverter<T>> |
BaseAttributeStrategyConverterProvider.getInternalAttributeContentConverters() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAttributeStrategyConverterProvider.setAttributeContentConverters(java.util.List<AttributeContentConverter<T>> attributeContentConverters) |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionAttributeContentConverter
Parameterized by
VersionAttributeDescriptor attribute content converter. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeContentConverter
Deprecated.
since 6.7. Please use
AttributeContentConverter instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumAttributeContentConverter
Implementation of
AttributeContentConverter that converts properties of type Enum |
class |
LinkTargetAttributeContentConverter
Implementation of
AttributeContentConverter that converts properties of type LinkTargets from and to boolean |
Copyright © 2018 SAP SE. All Rights Reserved.