-
default <L extends Loader<?>>
L
Casts this
Loader
appropriately and returns it, usually
so that an implementation's implementation-specific methods can
be accessed.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Uses the addressing information encoded in the supplied
Path
to load and return the
Loader
logically found at
that location, following additional contractual requirements
defined below.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Loader.load(org.microbean.type.JavaType.Token<U> type)
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Loader.load(org.microbean.type.JavaType.Token<U> type,
String name)
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Loader.load(org.microbean.type.JavaType.Token<U> type,
String... names)
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Loader.load(org.microbean.type.JavaType.Token<U> type,
List<? extends String> names)
Builds a
Path
from the supplied arguments, calls the
load(Path)
method and returns its result.
Bootstraps and returns a
Loader
.
Returns an ancestral
Loader
, derived from and possibly
identical to this
Loader
, that is suitable for a
transliterated and
absolute version of the supplied
path
,
particularly for cases where, during the execution of the
load(Path)
method, a
Loader
must be supplied to some
other class.