Class AnyResourceAnyFormatAnySource

java.lang.Object
ch.kk7.confij.source.any.AnyResourceAnyFormatAnySource
All Implemented Interfaces:
ServiceLoaderPriority, ConfijAnySource, ServiceLoaderSourceAware

@AutoService(ConfijAnySource.class)
public class AnyResourceAnyFormatAnySource
extends java.lang.Object
implements ConfijAnySource, ServiceLoaderPriority, ServiceLoaderSourceAware
An 'any'-resource which dynamically combines a stringifyable source (like a file) with a format (like properties).
See Also:
ConfijAnyResource, ConfijFormat
  • Constructor Details

    • AnyResourceAnyFormatAnySource

      public AnyResourceAnyFormatAnySource()
  • Method Details