Uses of Class
io.zenwave360.jsonrefparser.resolver.RefFormat
-
Packages that use RefFormat Package Description io.zenwave360.jsonrefparser io.zenwave360.jsonrefparser.resolver -
-
Uses of RefFormat in io.zenwave360.jsonrefparser
Fields in io.zenwave360.jsonrefparser with type parameters of type RefFormat Modifier and Type Field Description Map<RefFormat,Resolver>
$RefParser. resolvers
Methods in io.zenwave360.jsonrefparser that return RefFormat Modifier and Type Method Description RefFormat
$Ref. getRefFormat()
Methods in io.zenwave360.jsonrefparser with parameters of type RefFormat Modifier and Type Method Description $RefParser
$RefParser. withResolver(RefFormat refFormat, Resolver resolver)
-
Uses of RefFormat in io.zenwave360.jsonrefparser.resolver
Methods in io.zenwave360.jsonrefparser.resolver that return RefFormat Modifier and Type Method Description static RefFormat
RefFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static RefFormat[]
RefFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-