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

    Modifier and Type Method Description
    java.util.Optional<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

    • PropertiesAnyFormat

      public PropertiesAnyFormat()
  • Method Details