Class DynamicConverter<E>

    • Constructor Detail

      • DynamicConverter

        public DynamicConverter()
        Deprecated.
    • Method Detail

      • start

        public void start()
        Deprecated.
        Components that depend on options passed during configuration can override this method in order to make appropriate use of those options. For simpler components, the trivial implementation found in this abstract class will be sufficient.
        Specified by:
        start in interface LifeCycle
      • stop

        public void stop()
        Deprecated.
        Specified by:
        stop in interface LifeCycle
      • isStarted

        public boolean isStarted()
        Deprecated.
        Specified by:
        isStarted in interface LifeCycle
      • setOptionList

        public void setOptionList​(List<String> optionList)
        Deprecated.
      • getFirstOption

        public String getFirstOption()
        Deprecated.
        Return the first option passed to this component. The returned value may be null if there are no options.
        Returns:
        First option, may be null.