Package ch.kk7.confij.source.format
Class HoconFormat.HoconAnyFormat
java.lang.Object
ch.kk7.confij.source.format.HoconFormat.HoconAnyFormat
- All Implemented Interfaces:
ch.kk7.confij.source.any.ConfijAnyFormat
- Enclosing class:
- HoconFormat
@AutoService(ch.kk7.confij.source.any.ConfijAnyFormat.class)
public static class HoconFormat.HoconAnyFormat
extends java.lang.Object
implements ch.kk7.confij.source.any.ConfijAnyFormat
-
Constructor Summary
Constructors Constructor Description HoconAnyFormat() -
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
-
HoconAnyFormat
public HoconAnyFormat()
-
-
Method Details
-
maybeHandle
public java.util.Optional<ch.kk7.confij.source.format.ConfijFormat> maybeHandle(java.lang.String pathTemplate)- Specified by:
maybeHandlein interfacech.kk7.confij.source.any.ConfijAnyFormat
-