Uses of Class
io.zenwave360.jsonrefparser.$RefParserOptions.OnCircular
-
Packages that use $RefParserOptions.OnCircular Package Description io.zenwave360.jsonrefparser -
-
Uses of $RefParserOptions.OnCircular in io.zenwave360.jsonrefparser
Fields in io.zenwave360.jsonrefparser declared as $RefParserOptions.OnCircular Modifier and Type Field Description $RefParserOptions.OnCircular
$RefParserOptions. onCircular
Methods in io.zenwave360.jsonrefparser that return $RefParserOptions.OnCircular Modifier and Type Method Description static $RefParserOptions.OnCircular
$RefParserOptions.OnCircular. valueOf(String name)
Returns the enum constant of this type with the specified name.static $RefParserOptions.OnCircular[]
$RefParserOptions.OnCircular. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zenwave360.jsonrefparser with parameters of type $RefParserOptions.OnCircular Modifier and Type Method Description $RefParserOptions
$RefParserOptions. withOnCircular($RefParserOptions.OnCircular onCircular)
Constructors in io.zenwave360.jsonrefparser with parameters of type $RefParserOptions.OnCircular Constructor Description $RefParserOptions($RefParserOptions.OnCircular onCircular)
Deprecated.
-