Class TomlFormat.TomlAnyFormat

  • All Implemented Interfaces:
    ch.kk7.confij.source.any.ConfijAnyFormat
    Enclosing class:
    TomlFormat

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

      Constructors 
      Constructor Description
      TomlAnyFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • TomlAnyFormat

        public TomlAnyFormat()
    • Method Detail

      • 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