T - type parameter. The type is used as type for source attribute as well as in parameterized return type.@FunctionalInterface
public interface AttributeStrategyConverterProvider<T>
AttributeContentConverter by means of a generic element based strategy.| Modifier and Type | Method and Description |
|---|---|
AttributeContentConverter<T> |
getContentConverter(T source)
Will return the most appropriate
AttributeContentConverter to convert back and forth between a property value and a serializable representation |
AttributeContentConverter<T> getContentConverter(T source)
AttributeContentConverter to convert back and forth between a property value and a serializable representationsource - the parameter holding the metadata of a propertyCopyright © 2018 SAP SE. All Rights Reserved.