Class BaseAttributeStrategyConverterProvider<T>

    • Constructor Detail

      • BaseAttributeStrategyConverterProvider

        public BaseAttributeStrategyConverterProvider()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • getDescendingConverterStreamSupplier

        protected com.google.common.base.Supplier<java.util.stream.Stream<AttributeContentConverter<T>>> getDescendingConverterStreamSupplier()
        A Supplier for a descending stream of the entries from the content converter list.
        Returns:
        a supplier that provides a stream of converters in descending order.
      • getInternalAttributeContentConverters

        protected java.util.Deque<AttributeContentConverter<T>> getInternalAttributeContentConverters()
      • setAttributeContentConverters

        public void setAttributeContentConverters​(java.util.List<AttributeContentConverter<T>> attributeContentConverters)