Class AnySourceImpl

  • All Implemented Interfaces:
    ConfijSource

    public class AnySourceImpl
    extends java.lang.Object
    implements ConfijSource
    An 'aggregating' configuration source provider: It will attempt to configure using any of the ConfigSourceBuilders registered as ServiceLoaders. It takes an URI-template as input. This template is resolved with the configuration-rootNode before processing it further.
    See Also:
    ConfijAnySource
    • Constructor Summary

      Constructors 
      Constructor Description
      AnySourceImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void override​(ConfijNode rootNode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnySourceImpl

        public AnySourceImpl()