Uses of Class
io.zenwave360.jsonrefparser.$RefParserOptions.OnMissing
-
Packages that use $RefParserOptions.OnMissing Package Description io.zenwave360.jsonrefparser -
-
Uses of $RefParserOptions.OnMissing in io.zenwave360.jsonrefparser
Fields in io.zenwave360.jsonrefparser declared as $RefParserOptions.OnMissing Modifier and Type Field Description $RefParserOptions.OnMissing
$RefParserOptions. onMissing
Methods in io.zenwave360.jsonrefparser that return $RefParserOptions.OnMissing Modifier and Type Method Description static $RefParserOptions.OnMissing
$RefParserOptions.OnMissing. valueOf(String name)
Returns the enum constant of this type with the specified name.static $RefParserOptions.OnMissing[]
$RefParserOptions.OnMissing. 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.OnMissing Modifier and Type Method Description $RefParserOptions
$RefParserOptions. withOnMissing($RefParserOptions.OnMissing onMissing)
-