Uses of Class
io.swagger.jackson.TypeNameResolver.Options
-
Packages that use TypeNameResolver.Options Package Description io.swagger.jackson -
-
Uses of TypeNameResolver.Options in io.swagger.jackson
Methods in io.swagger.jackson that return TypeNameResolver.Options Modifier and Type Method Description static TypeNameResolver.OptionsTypeNameResolver.Options. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeNameResolver.Options[]TypeNameResolver.Options. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.swagger.jackson with parameters of type TypeNameResolver.Options Modifier and Type Method Description StringTypeNameResolver. nameForType(com.fasterxml.jackson.databind.JavaType type, TypeNameResolver.Options... options)Method parameters in io.swagger.jackson with type arguments of type TypeNameResolver.Options Modifier and Type Method Description protected StringTypeNameResolver. nameForClass(com.fasterxml.jackson.databind.JavaType type, Set<TypeNameResolver.Options> options)protected StringTypeNameResolver. nameForClass(Class<?> cls, Set<TypeNameResolver.Options> options)protected StringTypeNameResolver. nameForGenericType(com.fasterxml.jackson.databind.JavaType type, Set<TypeNameResolver.Options> options)StringTypeNameResolver. nameForType(com.fasterxml.jackson.databind.JavaType type, Set<TypeNameResolver.Options> options)
-