Package | Description |
---|---|
io.swagger.jackson |
Modifier and Type | Method and Description |
---|---|
static TypeNameResolver.Options |
TypeNameResolver.Options.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TypeNameResolver.nameForType(com.fasterxml.jackson.databind.JavaType type,
TypeNameResolver.Options... options) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
TypeNameResolver.nameForClass(java.lang.Class<?> cls,
java.util.Set<TypeNameResolver.Options> options) |
protected java.lang.String |
TypeNameResolver.nameForClass(com.fasterxml.jackson.databind.JavaType type,
java.util.Set<TypeNameResolver.Options> options) |
protected java.lang.String |
TypeNameResolver.nameForGenericType(com.fasterxml.jackson.databind.JavaType type,
java.util.Set<TypeNameResolver.Options> options) |
java.lang.String |
TypeNameResolver.nameForType(com.fasterxml.jackson.databind.JavaType type,
java.util.Set<TypeNameResolver.Options> options) |
Copyright © 2018. All Rights Reserved.