Package | Description |
---|---|
net.bytebuddy.description.field |
Contains descriptions of Java fields.
|
net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldDescription.TypeSubstituting
A field description that represents a given field but with a substituted field type.
|
Modifier and Type | Method and Description |
---|---|
FieldDescription.InGenericShape |
FieldList.TypeSubstituting.get(int index) |
Modifier and Type | Method and Description |
---|---|
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.getDeclaredFields() |
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.OfNonGenericType.getDeclaredFields() |
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.OfGenericArray.getDeclaredFields() |
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.OfWildcardType.getDeclaredFields() |
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.OfParameterizedType.getDeclaredFields() |
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.OfTypeVariable.getDeclaredFields() |
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.OfTypeVariable.Symbolic.getDeclaredFields() |
FieldList<FieldDescription.InGenericShape> |
TypeDescription.Generic.LazyProjection.getDeclaredFields() |
Copyright © 2014–2016. All rights reserved.