| Package | Description |
|---|---|
| net.bytebuddy.description.field |
Contains descriptions of Java fields.
|
| net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationList |
FieldDescription.ForLoadedField.getDeclaredAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationList |
MethodDescription.ForLoadedConstructor.getDeclaredAnnotations() |
AnnotationList |
MethodDescription.ForLoadedMethod.getDeclaredAnnotations() |
Annotation[][] |
MethodDescription.ForLoadedConstructor.getParameterAnnotations() |
Annotation[][] |
MethodDescription.ForLoadedMethod.getParameterAnnotations() |
ParameterList<ParameterDescription.InDefinedShape> |
MethodDescription.ForLoadedConstructor.getParameters() |
ParameterList<ParameterDescription.InDefinedShape> |
MethodDescription.ForLoadedMethod.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.asErasure() |
AnnotationList |
TypeDescription.ForLoadedType.getDeclaredAnnotations() |
FieldList<FieldDescription.InDefinedShape> |
TypeDescription.ForLoadedType.getDeclaredFields() |
MethodList<MethodDescription.InDefinedShape> |
TypeDescription.ForLoadedType.getDeclaredMethods() |
TypeList.Generic |
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.getInterfaces() |
TypeDescription.Generic |
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.getSuperClass() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClass.resolve() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceType.resolve() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.ForLoadedSuperClass.resolve() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.ForLoadedFieldType.resolve() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.ForLoadedReturnType.resolve() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.OfConstructorParameter.resolve() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.OfMethodParameter.resolve() |
protected TypeDescription.Generic |
TypeDescription.Generic.LazyProjection.WithResolvedErasure.resolve() |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
TypePool.Default.LazyTypeDescription.TokenizedGenericType.asErasure() |
protected TypeDescription |
TypePool.Default.WithLazyResolution.LazyTypeDescription.delegate() |
protected TypeDescription |
TypePool.LazyFacade.LazyTypeDescription.delegate() |
protected TypeDescription.Generic |
TypePool.Default.LazyTypeDescription.TokenizedGenericType.resolve() |
Copyright © 2014–2018. All rights reserved.