Interface AttributeStrategyConverterProvider<T>

    • Method Detail

      • getContentConverter

        AttributeContentConverter<T> getContentConverter​(T source)
        Will return the most appropriate AttributeContentConverter to convert back and forth between a property value and a serializable representation
        Parameters:
        source - the parameter holding the metadata of a property
        Returns:
        the content converter destined to a given source.