Uses of Class
io.apicurio.datamodels.refs.ResolverOptionsType
-
Packages that use ResolverOptionsType Package Description io.apicurio.datamodels.refs -
-
Uses of ResolverOptionsType in io.apicurio.datamodels.refs
Methods in io.apicurio.datamodels.refs that return ResolverOptionsType Modifier and Type Method Description static ResolverOptionsTypeResolverOptionsType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolverOptionsType[]ResolverOptionsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apicurio.datamodels.refs with parameters of type ResolverOptionsType Modifier and Type Method Description voidResolverOptions. add(ResolverOptionsType option)booleanResolverOptions. contains(ResolverOptionsType option)static ResolverOptionsResolverOptions. of(ResolverOptionsType... options)
-