Interface Resolver
-
- All Known Implementing Classes:
ClasspathResolver
,FileResolver
,HttpResolver
public interface Resolver
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Resolver.MissingResourceException
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getBaseURL(URL url)
String
resolve($Ref $ref)
default <T extends Resolver>
TwithAuthentication(AuthenticationValue authenticationValue)
-
-
-
Method Detail
-
resolve
String resolve($Ref $ref) throws Resolver.MissingResourceException
-
withAuthentication
default <T extends Resolver> T withAuthentication(AuthenticationValue authenticationValue)
-
-