Class EnvvarSource.EnvvarAnySource

java.lang.Object
ch.kk7.confij.source.env.EnvvarSource.EnvvarAnySource
All Implemented Interfaces:
ConfijAnySource
Enclosing class:
EnvvarSource

@AutoService(ConfijAnySource.class)
public static class EnvvarSource.EnvvarAnySource
extends java.lang.Object
implements ConfijAnySource
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String SCHEME  
  • Constructor Summary

    Constructors
    Constructor Description
    EnvvarAnySource()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<ConfijSource> fromURI​(java.lang.String pathTemplate)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • EnvvarAnySource

      public EnvvarAnySource()
  • Method Details