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.
|
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 |
---|---|
AnnotationList |
TypeDescription.ForLoadedType.getDeclaredAnnotations() |
FieldList<FieldDescription.InDefinedShape> |
TypeDescription.ForLoadedType.getDeclaredFields() |
MethodList<MethodDescription.InDefinedShape> |
TypeDescription.ForLoadedType.getDeclaredMethods() |
Copyright © 2014–2018. All rights reserved.