Uses of Class
net.bytebuddy.description.field.FieldDescription.Token
-
Packages that use FieldDescription.Token Package Description net.bytebuddy.description.field Contains descriptions of Java fields.net.bytebuddy.dynamic This package contains classes and interfaces that are connected to writing the byte stream that represents a Java type that is dynamically created and for loading this type into a running JVM process.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.matcher Contains an API for matching Java byte code entities. -
-
Uses of FieldDescription.Token in net.bytebuddy.description.field
Methods in net.bytebuddy.description.field that return FieldDescription.Token Modifier and Type Method Description FieldDescription.Token
FieldDescription.Token. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
FieldDescription.Token
FieldDescription.AbstractBase. asToken(ElementMatcher<? super TypeDescription> matcher)
Methods in net.bytebuddy.description.field that return types with arguments of type FieldDescription.Token Modifier and Type Method Description ByteCodeElement.Token.TokenList<FieldDescription.Token>
FieldList.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)
ByteCodeElement.Token.TokenList<FieldDescription.Token>
FieldList. asTokenList(ElementMatcher<? super TypeDescription> matcher)
Transforms the list of field descriptions into a list of detached tokens.ByteCodeElement.Token.TokenList<FieldDescription.Token>
FieldList.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher)
Constructors in net.bytebuddy.description.field with parameters of type FieldDescription.Token Constructor Description ForTokens(TypeDescription declaringType, FieldDescription.Token... token)
Creates a new field list from a list of field tokens.Latent(TypeDescription declaringType, FieldDescription.Token token)
Creates a new latent field description.Constructor parameters in net.bytebuddy.description.field with type arguments of type FieldDescription.Token Constructor Description ForTokens(TypeDescription declaringType, java.util.List<? extends FieldDescription.Token> tokens)
Creates a new field list from a list of field tokens. -
Uses of FieldDescription.Token in net.bytebuddy.dynamic
Methods in net.bytebuddy.dynamic that return FieldDescription.Token Modifier and Type Method Description FieldDescription.Token
Transformer.ForField.FieldModifierTransformer. transform(TypeDescription instrumentedType, FieldDescription.Token target)
Methods in net.bytebuddy.dynamic with parameters of type FieldDescription.Token Modifier and Type Method Description FieldDescription.Token
Transformer.ForField.FieldModifierTransformer. transform(TypeDescription instrumentedType, FieldDescription.Token target)
Constructors in net.bytebuddy.dynamic with parameters of type FieldDescription.Token Constructor Description FieldDefinitionAdapter(FieldDescription.Token token)
Creates a new field definition adapter.FieldDefinitionAdapter(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue, FieldDescription.Token token)
Creates a new field definition adapter.TransformedField(TypeDescription instrumentedType, TypeDefinition declaringType, FieldDescription.Token token, FieldDescription.InDefinedShape fieldDescription)
Creates a new transformed field.Constructor parameters in net.bytebuddy.dynamic with type arguments of type FieldDescription.Token Constructor Description ForField(Transformer<FieldDescription.Token> transformer)
Creates a new simple field transformer. -
Uses of FieldDescription.Token in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold with parameters of type FieldDescription.Token Modifier and Type Method Description InstrumentedType.WithFlexibleName
InstrumentedType.Default. withField(FieldDescription.Token token)
InstrumentedType.WithFlexibleName
InstrumentedType.Frozen. withField(FieldDescription.Token token)
InstrumentedType
InstrumentedType. withField(FieldDescription.Token token)
Creates a new instrumented type that includes a new field.InstrumentedType.WithFlexibleName
InstrumentedType.WithFlexibleName. withField(FieldDescription.Token token)
-
Uses of FieldDescription.Token in net.bytebuddy.matcher
Constructors in net.bytebuddy.matcher with parameters of type FieldDescription.Token Constructor Description ForFieldToken(FieldDescription.Token token)
Creates a new latent matcher for a field token.
-