@FunctionalInterface
public interface ConfijAnyResource
If it should work as an AnySource it should be stateless (and receive all variable input from the input URI). Additionally it
should be registered as a ConfijResourceProvider ServiceLoader.
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<? extends ConfijResource> |
maybeHandle(java.lang.String pathTemplate)
Receive a "preview" on the URI to be processed.
|
java.util.Optional<? extends ConfijResource> maybeHandle(java.lang.String pathTemplate)
pathTemplate - an URI to be processed later.