| Package | Description |
|---|---|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| net.bytebuddy.matcher |
Contains an API for matching Java byte code entities.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Method and Description |
|---|---|
GenericTypeDescription.Sort |
TypeDescription.AbstractBase.getSort() |
| Modifier and Type | Method and Description |
|---|---|
GenericTypeDescription.Sort |
GenericTypeDescription.getSort()
Returns the sort of the generic type this instance represents.
|
GenericTypeDescription.Sort |
GenericTypeDescription.ForNonGenericType.getSort() |
GenericTypeDescription.Sort |
GenericTypeDescription.ForGenericArray.getSort() |
GenericTypeDescription.Sort |
GenericTypeDescription.ForWildcardType.getSort() |
GenericTypeDescription.Sort |
GenericTypeDescription.ForParameterizedType.getSort() |
GenericTypeDescription.Sort |
GenericTypeDescription.ForTypeVariable.getSort() |
GenericTypeDescription.Sort |
GenericTypeDescription.ForTypeVariable.InDetachedForm.getSort() |
GenericTypeDescription.Sort |
GenericTypeDescription.LazyProjection.getSort() |
static GenericTypeDescription.Sort |
GenericTypeDescription.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericTypeDescription.Sort[] |
GenericTypeDescription.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends GenericTypeDescription> |
ElementMatchers.ofSort(GenericTypeDescription.Sort sort)
Matches generic type descriptions of the given sort.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends GenericTypeDescription> |
ElementMatchers.ofSort(ElementMatcher<? super GenericTypeDescription.Sort> matcher)
Matches generic type descriptions of the given sort.
|
| Constructor and Description |
|---|
TypeSortMatcher(ElementMatcher<? super GenericTypeDescription.Sort> matcher)
Creates a new type sort matcher.
|
| Modifier and Type | Method and Description |
|---|---|
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.getSort()
Returns the sort of the generic type this token represents.
|
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForPrimitiveType.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForRawType.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForTypeVariable.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForGenericArray.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForParameterizedType.getSort() |
GenericTypeDescription.Sort |
TypePool.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.getSort() |
Copyright © 2014–2015. All rights reserved.