Class YamlFormat.YamlAnyFormat

java.lang.Object
ch.kk7.confij.source.format.YamlFormat.YamlAnyFormat
All Implemented Interfaces:
ch.kk7.confij.source.any.ConfijAnyFormat
Enclosing class:
YamlFormat

@AutoService(ch.kk7.confij.source.any.ConfijAnyFormat.class)
public static class YamlFormat.YamlAnyFormat
extends java.lang.Object
implements ch.kk7.confij.source.any.ConfijAnyFormat
  • Constructor Summary

    Constructors
    Constructor Description
    YamlAnyFormat()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<ch.kk7.confij.source.format.ConfijFormat> maybeHandle​(java.lang.String pathTemplate)  

    Methods inherited from class java.lang.Object

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

    • YamlAnyFormat

      public YamlAnyFormat()
  • Method Details

    • maybeHandle

      public java.util.Optional<ch.kk7.confij.source.format.ConfijFormat> maybeHandle​(java.lang.String pathTemplate)
      Specified by:
      maybeHandle in interface ch.kk7.confij.source.any.ConfijAnyFormat