Class HttpResolver
- java.lang.Object
-
- io.zenwave360.jsonrefparser.resolver.HttpResolver
-
-
Constructor Summary
Constructors Constructor Description HttpResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
resolve($Ref $ref)
protected String
urlToString(String url, List<AuthenticationValue> auths)
HttpResolver
withAuthentication(AuthenticationValue authenticationValue)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.zenwave360.jsonrefparser.resolver.Resolver
getBaseURL
-
-
-
-
Field Detail
-
TRUST_ALL
public static final String TRUST_ALL
-
-
Method Detail
-
withAuthentication
public HttpResolver withAuthentication(AuthenticationValue authenticationValue)
- Specified by:
withAuthentication
in interfaceResolver
-
-