Uses of Interface
net.bytebuddy.description.field.FieldDescription.InGenericShape
Packages that use FieldDescription.InGenericShape
Package
Description
Contains descriptions of Java fields.
Contains descriptions of Java types and packages.
-
Uses of FieldDescription.InGenericShape in net.bytebuddy.description.field
Classes in net.bytebuddy.description.field that implement FieldDescription.InGenericShapeModifier and TypeClassDescriptionstatic class
A field description that represents a given field but with a substituted field type.Methods in net.bytebuddy.description.field that return FieldDescription.InGenericShape -
Uses of FieldDescription.InGenericShape in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return types with arguments of type FieldDescription.InGenericShapeModifier and TypeMethodDescriptionTypeDescription.Generic.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.LazyProjection.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfGenericArray.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfNonGenericType.ForReifiedErasure.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfNonGenericType.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfParameterizedType.ForReifiedType.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfParameterizedType.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfTypeVariable.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfTypeVariable.Symbolic.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.Generic.OfWildcardType.getDeclaredFields()
Returns the fields that this type declares.