Package ch.kk7.confij.source.format
Class PropertiesFormat.PropertiesAnyFormat
- java.lang.Object
-
- ch.kk7.confij.source.format.PropertiesFormat.PropertiesAnyFormat
-
- All Implemented Interfaces:
ConfijAnyFormat
- Enclosing class:
- PropertiesFormat
@AutoService(ConfijAnyFormat.class) public static class PropertiesFormat.PropertiesAnyFormat extends java.lang.Object implements ConfijAnyFormat
-
-
Constructor Summary
Constructors Constructor Description PropertiesAnyFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ConfijFormat>maybeHandle(java.lang.String pathTemplate)
-
-
-
Method Detail
-
maybeHandle
public java.util.Optional<ConfijFormat> maybeHandle(java.lang.String pathTemplate)
- Specified by:
maybeHandlein interfaceConfijAnyFormat
-
-