Uses of Interface
io.zenwave360.jsonrefparser.resolver.Resolver
-
Packages that use Resolver Package Description io.zenwave360.jsonrefparser io.zenwave360.jsonrefparser.resolver -
-
Uses of Resolver in io.zenwave360.jsonrefparser
Fields in io.zenwave360.jsonrefparser with type parameters of type Resolver Modifier and Type Field Description Map<RefFormat,Resolver>
$RefParser. resolvers
Methods in io.zenwave360.jsonrefparser with parameters of type Resolver Modifier and Type Method Description $RefParser
$RefParser. withResolver(RefFormat refFormat, Resolver resolver)
-
Uses of Resolver in io.zenwave360.jsonrefparser.resolver
Classes in io.zenwave360.jsonrefparser.resolver that implement Resolver Modifier and Type Class Description class
FileResolver
class
HttpResolver
Methods in io.zenwave360.jsonrefparser.resolver with type parameters of type Resolver Modifier and Type Method Description default <T extends Resolver>
TResolver. withAuthentication(AuthenticationValue authenticationValue)
-