Class FormatAdaptorSet

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class FormatAdaptorSet
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    Set of Format Readers and Writers.
    Author:
    davidc
    • Constructor Detail

      • FormatAdaptorSet

        public FormatAdaptorSet()
    • Method Detail

      • setRegistry

        public void setRegistry​(FormatRegistry registry)
        Sets the Format Registry
        Parameters:
        registry - FormatRegistry
      • setReaders

        public void setReaders​(java.util.Set<FormatReader<java.lang.Object>> readers)
        Sets the readers
        Parameters:
        readers - Set>
      • setWriters

        public void setWriters​(java.util.Set<FormatWriter<java.lang.Object>> writers)
        Sets the writers
        Parameters:
        writers - Set>
      • afterPropertiesSet

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