TypeDefinition.Sort |
TypeDefinition.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.AbstractBase.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.Generic.LazyProjection.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.Generic.OfGenericArray.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.Generic.OfNonGenericType.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.Generic.OfParameterizedType.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.Generic.OfTypeVariable.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.Generic.OfTypeVariable.Symbolic.getSort() |
Returns the sort of the generic type this instance represents.
|
TypeDefinition.Sort |
TypeDescription.Generic.OfWildcardType.getSort() |
Returns the sort of the generic type this instance represents.
|
static TypeDefinition.Sort |
TypeDefinition.Sort.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TypeDefinition.Sort[] |
TypeDefinition.Sort.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|