Package | Description |
---|---|
net.bytebuddy.description.field |
Contains descriptions of Java fields.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldList.Explicit<S extends FieldDescription>
A wrapper implementation of a field list for a given list of field descriptions.
|
static class |
FieldList.ForLoadedField
An implementation of a field list for an array of loaded fields.
|
static class |
FieldList.ForTokens
A list of field descriptions for a list of detached tokens.
|
static class |
FieldList.TypeSubstituting
A list of field descriptions that yields
FieldDescription.TypeSubstituting . |
Copyright © 2014–2015. All rights reserved.