Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
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 | Class and Description |
---|---|
static class |
AnnotationList.Empty
Represents an empty annotation list.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldList.Empty<S extends FieldDescription>
An implementation of an empty field list.
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodList.Empty<S extends MethodDescription>
An implementation of an empty method list.
|
static class |
ParameterList.Empty<S extends ParameterDescription>
An empty list of parameters.
|
Modifier and Type | Class and Description |
---|---|
static class |
RecordComponentList.Empty<S extends RecordComponentDescription>
An empty list of record components.
|
static class |
TypeList.Empty
An implementation of an empty type list.
|
static class |
TypeList.Generic.Empty
An empty list of generic types.
|
Copyright © 2014–2020. All rights reserved.