Uses of Interface
net.bytebuddy.description.field.FieldDescription
-
Packages that use FieldDescription Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process.net.bytebuddy.description.field Contains descriptions of Java fields.net.bytebuddy.description.type Contains descriptions of Java types and packages.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.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicTypeby enhancing a given type.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.implementation.attribute All types and classes in this package are responsible for writing attributes for a given Java byte code element, i.e.net.bytebuddy.implementation.bind.annotation This package contains annotations, types and classes that are responsible for binding a method to calling another method by interpreting annotations that indicate how a method should be bound to another method.net.bytebuddy.implementation.bytecode.member StackManipulations of this package are responsible for accessing type or method members, i.e.net.bytebuddy.matcher Contains an API for matching Java byte code entities.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes.net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of FieldDescription in net.bytebuddy.asm
Fields in net.bytebuddy.asm declared as FieldDescription Modifier and Type Field Description private FieldDescriptionAdvice.OffsetMapping.ForField.Resolved.Factory. fieldDescriptionThe field to be bound.private FieldDescriptionAdvice.OffsetMapping.ForField.Resolved. fieldDescriptionThe accessed field.private FieldDescriptionAdvice.OffsetMapping.ForFieldHandle.Resolved.Factory. fieldDescriptionThe field to be bound.private FieldDescriptionAdvice.OffsetMapping.ForFieldHandle.Resolved. fieldDescriptionThe accessed field.protected FieldDescriptionAdvice.OffsetMapping.Target.ForField. fieldDescriptionThe field value to load.private FieldDescriptionAdvice.OffsetMapping.Target.ForField.WriteOnly. fieldDescriptionThe field value to load.private FieldDescriptionMemberAttributeExtension.ForField.FieldAttributeVisitor. fieldDescriptionThe field to add annotations to.private FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForField.Resolved.Factory. fieldDescriptionThe field being accessed.private FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForField.Resolved. fieldDescriptionA description of the field being accessed.private FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Resolved.Factory. fieldDescriptionThe field being accessed.private FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Resolved. fieldDescriptionThe field that is being accessed.protected FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForField. fieldDescriptionThe field description accessed in this step.private FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForField.Read.Factory. fieldDescriptionA description of the field being read.private FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForField.Write.Factory. fieldDescriptionA description of the field to write to.private FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.FieldResolver.Simple. fieldDescriptionThe field to access.private FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.OfGivenField. fieldDescriptionThe field to substitute with.Fields in net.bytebuddy.asm with type parameters of type FieldDescription Modifier and Type Field Description private ElementMatcher<? super FieldDescription>MemberSubstitution.Replacement.ForElementMatchers.Factory. fieldMatcherThe field matcher to consider when discovering fields.private ElementMatcher<? super FieldDescription>MemberSubstitution.Replacement.ForElementMatchers. fieldMatcherThe field matcher to consider when discovering fields.private ElementMatcher<? super FieldDescription>MemberSubstitution.Substitution.ForFieldAccess.FieldResolver.ForElementMatcher. matcherThe matcher to use for locating the field to substitute with.private ElementMatcher<? super FieldDescription>MemberSubstitution.Substitution.ForFieldAccess.OfMatchedField. matcherThe matcher to apply.private ElementMatcher<? super FieldDescription>MemberSubstitution.WithoutSpecification.ForMatchedField. matcherA matcher for any field that should be substituted.Methods in net.bytebuddy.asm that return FieldDescription Modifier and Type Method Description protected abstract FieldDescriptionAdvice.OffsetMapping.ForField. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the field being bound.protected FieldDescriptionAdvice.OffsetMapping.ForField.Resolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)protected FieldDescriptionAdvice.OffsetMapping.ForField.Unresolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)protected abstract FieldDescriptionAdvice.OffsetMapping.ForFieldHandle. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the field being bound.protected FieldDescriptionAdvice.OffsetMapping.ForFieldHandle.Resolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)protected FieldDescriptionAdvice.OffsetMapping.ForFieldHandle.Unresolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)protected abstract FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForField. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves a description of the field being accessed.protected FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForField.Resolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)protected FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForField.Unresolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)protected abstract FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves a description of the field being accessed.protected FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Resolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)protected FieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Unresolved. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.FieldResolver.ForElementMatcher. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the field to substitute with.FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.FieldResolver. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the field to substitute with.FieldDescriptionMemberSubstitution.Substitution.ForFieldAccess.FieldResolver.Simple. resolve(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result)Resolves the field to substitute with.Methods in net.bytebuddy.asm with parameters of type FieldDescription Modifier and Type Method Description <T extends java.lang.annotation.Annotation>
Advice.WithCustomMappingAdvice.WithCustomMapping. bind(java.lang.Class<T> type, FieldDescription fieldDescription)Binds the supplied annotation to the value of the supplied field.MemberSubstitution.Replacement.BindingMemberSubstitution.Replacement. bind(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, FieldDescription fieldDescription, boolean writeAccess)Binds this replacement for a field that was discovered.MemberSubstitution.Replacement.BindingMemberSubstitution.Replacement.ForDynamicInvocation. bind(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, FieldDescription fieldDescription, boolean writeAccess)Binds this replacement for a field that was discovered.MemberSubstitution.Replacement.BindingMemberSubstitution.Replacement.ForElementMatchers. bind(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, FieldDescription fieldDescription, boolean writeAccess)Binds this replacement for a field that was discovered.MemberSubstitution.Replacement.BindingMemberSubstitution.Replacement.ForFirstBinding. bind(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, FieldDescription fieldDescription, boolean writeAccess)Binds this replacement for a field that was discovered.MemberSubstitution.Replacement.BindingMemberSubstitution.Replacement.NoOp. bind(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, FieldDescription fieldDescription, boolean writeAccess)Binds this replacement for a field that was discovered.<T extends java.lang.annotation.Annotation>
MemberSubstitution.Substitution.Chain.Step.ForDelegation.WithCustomMappingMemberSubstitution.Substitution.Chain.Step.ForDelegation.WithCustomMapping. bind(java.lang.Class<T> type, FieldDescription fieldDescription)Binds the supplied annotation to the value of the supplied field.MemberSubstitutionMemberSubstitution.WithoutSpecification. replaceWith(FieldDescription fieldDescription)Replaces any interaction with a matched byte code element by an interaction with the specified field.Method parameters in net.bytebuddy.asm with type arguments of type FieldDescription Modifier and Type Method Description MemberSubstitution.WithoutSpecification.ForMatchedFieldMemberSubstitution. field(ElementMatcher<? super FieldDescription> matcher)Substitutes any field access that matches the given matcher.protected static MemberSubstitution.Replacement.FactoryMemberSubstitution.Replacement.ForElementMatchers.Factory. ofField(ElementMatcher<? super FieldDescription> matcher, boolean matchFieldRead, boolean matchFieldWrite, MemberSubstitution.Substitution.Factory<? super MemberSubstitution.Target.ForMember> factory)Creates a factory that only matches field access for given access types.AsmVisitorWrapperAnnotationRemoval. onFields(ElementMatcher<? super FieldDescription> matcher)Creates a visitor that only removes annotations from fields that match the specified matcher.MemberSubstitutionMemberSubstitution.WithoutSpecification. replaceWithField(ElementMatcher<? super FieldDescription> matcher)Replaces any interaction with a matched byte code element with a non-static field access on the first parameter of the matched element.Constructors in net.bytebuddy.asm with parameters of type FieldDescription Constructor Description Factory(java.lang.Class<T> annotationType, FieldDescription fieldDescription)Creates a new factory for binding a specific field with read-only semantics and static typing.Factory(java.lang.Class<T> annotationType, FieldDescription fieldDescription, boolean readOnly, Assigner.Typing typing)Creates a new factory for binding a specific field.Factory(java.lang.Class<T> annotationType, FieldDescription fieldDescription, Advice.OffsetMapping.ForFieldHandle.Access access)Creates a new factory for binding a specific field handle.Factory(java.lang.Class<T> annotationType, FieldDescription fieldDescription)Creates a factory for reading a given field.Factory(java.lang.Class<T> annotationType, FieldDescription fieldDescription, Assigner.Typing typing)Creates a factory for reading a given field.Factory(java.lang.Class<T> annotationType, FieldDescription fieldDescription, MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Access access)Creates a new factory for a field access handle.Factory(FieldDescription fieldDescription)Creates a factory for a step reading a field.Factory(FieldDescription fieldDescription, int index)Creates a factory for writing to a field.FieldAttributeVisitor(org.objectweb.asm.FieldVisitor fieldVisitor, FieldDescription fieldDescription, FieldAttributeAppender fieldAttributeAppender, AnnotationValueFilter annotationValueFilter)Creates a new field attribute visitor.ForField(FieldDescription fieldDescription, StackManipulation readAssignment)Creates a new target for a field value mapping.ForField(FieldDescription fieldDescription, Assigner assigner, Assigner.Typing typing)Creates a new step for a field access.OfGivenField(FieldDescription fieldDescription)Creates a new factory that substitues with a given field.Read(FieldDescription fieldDescription, Assigner assigner, Assigner.Typing typing)Creates a step for reading a field.ReadOnly(FieldDescription fieldDescription)Creates a new read-only mapping for a field.ReadOnly(FieldDescription fieldDescription, StackManipulation readAssignment)Creates a new read-only mapping for a field.ReadWrite(FieldDescription fieldDescription)Creates a new target for a writable field.ReadWrite(FieldDescription fieldDescription, StackManipulation readAssignment, StackManipulation writeAssignment)Creates a new target for a writable field.Resolved(TypeDescription.Generic target, boolean readOnly, Assigner.Typing typing, FieldDescription fieldDescription)Creates a resolved offset mapping for a field.Resolved(Advice.OffsetMapping.ForFieldHandle.Access access, FieldDescription fieldDescription)Creates a resolved offset mapping for a field handle.Resolved(TypeDescription.Generic target, Assigner.Typing typing, FieldDescription fieldDescription)Creates a resolved offset mapping for a field access.Resolved(MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Access access, FieldDescription fieldDescription)Creates a resolved mapping for a field access handle.Simple(FieldDescription fieldDescription)Creates a simple field resolver.Write(FieldDescription fieldDescription, Assigner assigner, Assigner.Typing typing, int index)Creates a step for writing to a field.WriteOnly(FieldDescription fieldDescription, StackManipulation writeAssignment)Creates a write-only mapping for a field value.Constructor parameters in net.bytebuddy.asm with type arguments of type FieldDescription Constructor Description Factory(ElementMatcher<? super FieldDescription> fieldMatcher, ElementMatcher<? super MethodDescription> methodMatcher, boolean matchFieldRead, boolean matchFieldWrite, boolean includeVirtualCalls, boolean includeSuperCalls, MemberSubstitution.Substitution.Factory<? super MemberSubstitution.Target.ForMember> substitutionFactory)Creates a new replacement that triggers a substitution based on a row of matchers.ForElementMatcher(TypeDescription instrumentedType, ElementMatcher<? super FieldDescription> matcher)Creates a new field resolver that locates a field on the receiver type using a matcher.ForElementMatchers(ElementMatcher<? super FieldDescription> fieldMatcher, ElementMatcher<? super MethodDescription> methodMatcher, boolean matchFieldRead, boolean matchFieldWrite, boolean includeVirtualCalls, boolean includeSuperCalls, MemberSubstitution.Substitution<? super MemberSubstitution.Target.ForMember> substitution)Creates a new replacement that triggers a substitution based on a row of matchers.ForMatchedField(MethodGraph.Compiler methodGraphCompiler, MemberSubstitution.TypePoolResolver typePoolResolver, boolean strict, boolean failIfNoMatch, MemberSubstitution.Replacement.Factory replacementFactory, ElementMatcher<? super FieldDescription> matcher)Creates a new member substitution for a matched field that requires a specification for how to perform a substitution.ForMatchedField(MethodGraph.Compiler methodGraphCompiler, MemberSubstitution.TypePoolResolver typePoolResolver, boolean strict, boolean failIfNoMatch, MemberSubstitution.Replacement.Factory replacementFactory, ElementMatcher<? super FieldDescription> matcher, boolean matchRead, boolean matchWrite)Creates a new member substitution for a matched field that requires a specification for how to perform a substitution.OfMatchedField(ElementMatcher<? super FieldDescription> matcher)Creates a new substitution factory that locates a field by applying a matcher on the receiver type. -
Uses of FieldDescription in net.bytebuddy.build
Methods in net.bytebuddy.build that return types with arguments of type FieldDescription Modifier and Type Method Description protected ElementMatcher<FieldDescription>HashCodeAndEqualsPlugin. nonNullable(ElementMatcher<FieldDescription> matcher)Resolves the matcher to identify non-nullable fields.protected ElementMatcher<FieldDescription>HashCodeAndEqualsPlugin.WithNonNullableFields. nonNullable(ElementMatcher<FieldDescription> matcher)Resolves the matcher to identify non-nullable fields.Methods in net.bytebuddy.build with parameters of type FieldDescription Modifier and Type Method Description protected booleanHashCodeAndEqualsPlugin.ValueMatcher. doMatch(FieldDescription target)Matches the supplied value if it was found not to benull.Method parameters in net.bytebuddy.build with type arguments of type FieldDescription Modifier and Type Method Description protected ElementMatcher<FieldDescription>HashCodeAndEqualsPlugin. nonNullable(ElementMatcher<FieldDescription> matcher)Resolves the matcher to identify non-nullable fields.protected ElementMatcher<FieldDescription>HashCodeAndEqualsPlugin.WithNonNullableFields. nonNullable(ElementMatcher<FieldDescription> matcher)Resolves the matcher to identify non-nullable fields. -
Uses of FieldDescription in net.bytebuddy.description.field
Classes in net.bytebuddy.description.field with type parameters of type FieldDescription Modifier and Type Interface Description interfaceFieldList<T extends FieldDescription>Implementations represent a list of field descriptions.static classFieldList.AbstractBase<S extends FieldDescription>An abstract base implementation of aFieldList.static classFieldList.Empty<S extends FieldDescription>An implementation of an empty field list.static classFieldList.Explicit<S extends FieldDescription>A wrapper implementation of a field list for a given list of field descriptions.Subinterfaces of FieldDescription in net.bytebuddy.description.field Modifier and Type Interface Description static interfaceFieldDescription.InDefinedShapeRepresents a field in its defined shape, i.e.static interfaceFieldDescription.InGenericShapeRepresents a field description in its generic shape, i.e.Classes in net.bytebuddy.description.field that implement FieldDescription Modifier and Type Class Description static classFieldDescription.AbstractBaseAn abstract base implementation of a field description.static classFieldDescription.ForLoadedFieldAn implementation of a field description for a loaded field.static classFieldDescription.InDefinedShape.AbstractBaseAn abstract base implementation of a field description in its defined shape.static classFieldDescription.LatentA latent field description describes a field that is not attached to a declaringTypeDescription.static classFieldDescription.TypeSubstitutingA field description that represents a given field but with a substituted field type.Fields in net.bytebuddy.description.field declared as FieldDescription Modifier and Type Field Description private FieldDescriptionFieldDescription.TypeSubstituting. fieldDescriptionThe represented field.Fields in net.bytebuddy.description.field with type parameters of type FieldDescription Modifier and Type Field Description private java.util.List<? extends FieldDescription>FieldList.TypeSubstituting. fieldDescriptionsThe field descriptions to be transformed.Constructors in net.bytebuddy.description.field with parameters of type FieldDescription Constructor Description Explicit(S... fieldDescription)Creates a new immutable wrapper field list.TypeSubstituting(TypeDescription.Generic declaringType, FieldDescription fieldDescription, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Creates a field description with a substituted field type.Constructor parameters in net.bytebuddy.description.field with type arguments of type FieldDescription Constructor Description TypeSubstituting(TypeDescription.Generic declaringType, java.util.List<? extends FieldDescription> fieldDescriptions, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Creates a new type substituting field list. -
Uses of FieldDescription in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type with parameters of type FieldDescription Modifier and Type Method Description static TypeList.GenericTypeList.Generic.ForDetachedTypes. attach(FieldDescription fieldDescription, java.util.List<? extends TypeDescription.Generic> detachedTypes)Creates a list of types that are attached to the provided field.static TypeDescription.Generic.Visitor.Substitutor.ForAttachmentTypeDescription.Generic.Visitor.Substitutor.ForAttachment. of(FieldDescription fieldDescription)Attaches all types to the given field description. -
Uses of FieldDescription in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement FieldDescription Modifier and Type Class Description protected static classTransformer.ForField.TransformedFieldAn implementation of a transformed field.Fields in net.bytebuddy.dynamic with type parameters of type FieldDescription Modifier and Type Field Description private LatentMatcher<? super FieldDescription>DynamicType.Builder.AbstractBase.Adapter.FieldMatchAdapter. matcherThe matcher for any fields to apply this matcher to.protected Transformer<FieldDescription>DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter. transformerThe field transformer to apply.Methods in net.bytebuddy.dynamic that return FieldDescription Modifier and Type Method Description FieldDescriptionTransformer.ForField. transform(TypeDescription instrumentedType, FieldDescription fieldDescription)Transforms the supplied target.Methods in net.bytebuddy.dynamic that return types with arguments of type FieldDescription Modifier and Type Method Description static Transformer<FieldDescription>Transformer.ForField. withModifiers(java.util.List<? extends ModifierContributor.ForField> modifierContributors)Creates a field transformer that patches the transformed field by the given modifier contributors.static Transformer<FieldDescription>Transformer.ForField. withModifiers(ModifierContributor.ForField... modifierContributor)Creates a field transformer that patches the transformed field by the given modifier contributors.Methods in net.bytebuddy.dynamic with parameters of type FieldDescription Modifier and Type Method Description DynamicType.Builder.FieldDefinition.Optional.Valuable<S>DynamicType.Builder.AbstractBase. define(FieldDescription field)Defines a field that is similar to the supplied field but without copying any annotations on the field.DynamicType.Builder.FieldDefinition.Optional.Valuable<T>DynamicType.Builder. define(FieldDescription field)Defines a field that is similar to the supplied field but without copying any annotations on the field.FieldDescriptionTransformer.ForField. transform(TypeDescription instrumentedType, FieldDescription fieldDescription)Transforms the supplied target.Method parameters in net.bytebuddy.dynamic with type arguments of type FieldDescription Modifier and Type Method Description DynamicType.Builder.FieldDefinition.Valuable<U>DynamicType.Builder.AbstractBase.Adapter. field(LatentMatcher<? super FieldDescription> matcher)Matches a field that is already declared by the instrumented type.DynamicType.Builder.FieldDefinition.Valuable<U>DynamicType.Builder.AbstractBase.Delegator. field(LatentMatcher<? super FieldDescription> matcher)Matches a field that is already declared by the instrumented type.DynamicType.Builder.FieldDefinition.Valuable<S>DynamicType.Builder.AbstractBase. field(ElementMatcher<? super FieldDescription> matcher)Matches a field that is already declared by the instrumented type.DynamicType.Builder.FieldDefinition.Valuable<T>DynamicType.Builder. field(ElementMatcher<? super FieldDescription> matcher)Matches a field that is already declared by the instrumented type.DynamicType.Builder.FieldDefinition.Valuable<T>DynamicType.Builder. field(LatentMatcher<? super FieldDescription> matcher)Matches a field that is already declared by the instrumented type.protected DynamicType.Builder.FieldDefinition.Optional<U>DynamicType.Builder.AbstractBase.Adapter.FieldDefinitionAdapter. materialize(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue)protected DynamicType.Builder.FieldDefinition.Optional<U>DynamicType.Builder.AbstractBase.Adapter.FieldMatchAdapter. materialize(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue)protected abstract DynamicType.Builder.FieldDefinition.Optional<V>DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter. materialize(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue)Creates a new optional field definition for which all of the supplied values are represented.DynamicType.Builder.FieldDefinition.Optional<V>DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter. transform(Transformer<FieldDescription> transformer)Applies the supplied transformer onto the previously defined or matched field.DynamicType.Builder.FieldDefinition.Optional<S>DynamicType.Builder.FieldDefinition. transform(Transformer<FieldDescription> transformer)Applies the supplied transformer onto the previously defined or matched field.Constructor parameters in net.bytebuddy.dynamic with type arguments of type FieldDescription Constructor Description Adapter(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue)Creates a new field adapter.FieldDefinitionAdapter(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue, FieldDescription.Token token)Creates a new field definition adapter.FieldMatchAdapter(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue, LatentMatcher<? super FieldDescription> matcher)Creates a new field match adapter.FieldMatchAdapter(FieldAttributeAppender.Factory fieldAttributeAppenderFactory, Transformer<FieldDescription> transformer, java.lang.Object defaultValue, LatentMatcher<? super FieldDescription> matcher)Creates a new field match adapter.FieldMatchAdapter(LatentMatcher<? super FieldDescription> matcher)Creates a new field match adapter. -
Uses of FieldDescription in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold declared as FieldDescription Modifier and Type Field Description private FieldDescriptionFieldLocator.Resolution.Simple. fieldDescriptionA description of the located field.private FieldDescriptionTypeWriter.FieldPool.Record.ForExplicitField. fieldDescriptionThe implemented field.private FieldDescriptionTypeWriter.FieldPool.Record.ForImplicitField. fieldDescriptionThe implemented field.Fields in net.bytebuddy.dynamic.scaffold with type parameters of type FieldDescription Modifier and Type Field Description private java.util.LinkedHashMap<TypeWriter.Default.SignatureKey,FieldDescription>TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor. declarableFieldsA mapping of fields to write by their unique signature.private ElementMatcher<? super FieldDescription>FieldRegistry.Default.Compiled.Entry. matcherThe matcher to identify any field that this definition concerns.private LatentMatcher<? super FieldDescription>FieldRegistry.Default.Entry. matcherThe matcher to identify any field that this definition concerns.private Transformer<FieldDescription>FieldRegistry.Default.Compiled.Entry. transformerThe field transformer to apply to any matched field.private Transformer<FieldDescription>FieldRegistry.Default.Entry. transformerThe field transformer to apply to any matched field.Methods in net.bytebuddy.dynamic.scaffold that return FieldDescription Modifier and Type Method Description FieldDescriptionFieldLocator.Resolution. getField()Returns the field description if a field was located.FieldDescriptionFieldLocator.Resolution.Illegal. getField()Returns the field description if a field was located.FieldDescriptionFieldLocator.Resolution.Simple. getField()Returns the field description if a field was located.FieldDescriptionTypeWriter.FieldPool.Record.ForExplicitField. getField()Returns the field that this record represents.FieldDescriptionTypeWriter.FieldPool.Record.ForImplicitField. getField()Returns the field that this record represents.FieldDescriptionTypeWriter.FieldPool.Record. getField()Returns the field that this record represents.Methods in net.bytebuddy.dynamic.scaffold that return types with arguments of type FieldDescription Modifier and Type Method Description protected Transformer<FieldDescription>FieldRegistry.Default.Entry. getTransformer()Returns the field transformer to apply to any matched field.ElementMatcher<? super FieldDescription>FieldRegistry.Default.Entry. resolve(TypeDescription typeDescription)Resolves the element matcher this instance represents for the supplied type description.Methods in net.bytebuddy.dynamic.scaffold with parameters of type FieldDescription Modifier and Type Method Description protected TypeWriter.FieldPool.RecordFieldRegistry.Default.Compiled.Entry. bind(TypeDescription instrumentedType, FieldDescription fieldDescription)Binds this entry to the provided field description.booleanFieldRegistry.Default.Compiled.Entry. matches(FieldDescription target)Matches a target against this element matcher.TypeWriter.FieldPool.RecordFieldRegistry.Compiled.NoOp. target(FieldDescription fieldDescription)Looks up a handler entry for a given field.TypeWriter.FieldPool.RecordFieldRegistry.Default.Compiled. target(FieldDescription fieldDescription)Looks up a handler entry for a given field.TypeWriter.FieldPool.RecordTypeWriter.FieldPool.Disabled. target(FieldDescription fieldDescription)Looks up a handler entry for a given field.TypeWriter.FieldPool.RecordTypeWriter.FieldPool. target(FieldDescription fieldDescription)Looks up a handler entry for a given field.Method parameters in net.bytebuddy.dynamic.scaffold with type arguments of type FieldDescription Modifier and Type Method Description protected abstract FieldList<?>FieldLocator.AbstractBase. locate(ElementMatcher<? super FieldDescription> matcher)Locates fields that match the given matcher.protected FieldList<?>FieldLocator.ForClassHierarchy. locate(ElementMatcher<? super FieldDescription> matcher)protected FieldList<?>FieldLocator.ForExactType. locate(ElementMatcher<? super FieldDescription> matcher)protected FieldList<?>FieldLocator.ForTopLevelType. locate(ElementMatcher<? super FieldDescription> matcher)FieldRegistryFieldRegistry.Default. prepend(LatentMatcher<? super FieldDescription> matcher, FieldAttributeAppender.Factory fieldAttributeAppenderFactory, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Prepends the given field definition to this field registry, i.e.FieldRegistryFieldRegistry.Default. prepend(LatentMatcher<? super FieldDescription> matcher, FieldAttributeAppender.Factory fieldAttributeAppenderFactory, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Prepends the given field definition to this field registry, i.e.FieldRegistryFieldRegistry. prepend(LatentMatcher<? super FieldDescription> matcher, FieldAttributeAppender.Factory fieldAttributeAppenderFactory, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Prepends the given field definition to this field registry, i.e.FieldRegistryFieldRegistry. prepend(LatentMatcher<? super FieldDescription> matcher, FieldAttributeAppender.Factory fieldAttributeAppenderFactory, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Prepends the given field definition to this field registry, i.e.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type FieldDescription Constructor Description ForExplicitField(FieldAttributeAppender attributeAppender, java.lang.Object defaultValue, FieldDescription fieldDescription)Creates a record for a rich field.ForImplicitField(FieldDescription fieldDescription)Creates a new record for a simple field.Simple(FieldDescription fieldDescription)Creates a new simple resolution for a field.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type FieldDescription Constructor Description Entry(ElementMatcher<? super FieldDescription> matcher, FieldAttributeAppender fieldAttributeAppender, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Creates a new entry.Entry(ElementMatcher<? super FieldDescription> matcher, FieldAttributeAppender fieldAttributeAppender, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Creates a new entry.Entry(LatentMatcher<? super FieldDescription> matcher, FieldAttributeAppender.Factory fieldAttributeAppenderFactory, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Creates a new entry.Entry(LatentMatcher<? super FieldDescription> matcher, FieldAttributeAppender.Factory fieldAttributeAppenderFactory, java.lang.Object defaultValue, Transformer<FieldDescription> transformer)Creates a new entry. -
Uses of FieldDescription in net.bytebuddy.dynamic.scaffold.inline
Method parameters in net.bytebuddy.dynamic.scaffold.inline with type arguments of type FieldDescription Modifier and Type Method Description DynamicType.Builder.FieldDefinition.Valuable<T>DecoratingDynamicTypeBuilder. field(LatentMatcher<? super FieldDescription> matcher)Matches a field that is already declared by the instrumented type. -
Uses of FieldDescription in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement FieldDescription Modifier and Type Class Description protected static classImplementation.Context.Default.CacheValueFieldA description of a field that stores a cached value.Fields in net.bytebuddy.implementation declared as FieldDescription Modifier and Type Field Description private FieldDescriptionFieldAccessor.FieldLocation.Absolute. fieldDescriptionThe field description.private FieldDescriptionImplementation.Context.Default.FieldGetter. fieldDescriptionThe field for which a getter is described.private FieldDescriptionImplementation.Context.Default.FieldGetterDelegation. fieldDescriptionThe field to read from.private FieldDescriptionImplementation.Context.Default.FieldSetter. fieldDescriptionThe field for which a setter is described.private FieldDescriptionImplementation.Context.Default.FieldSetterDelegation. fieldDescriptionThe field to write to.private FieldDescriptionInvocationHandlerAdapter.ForField.Appender. fieldDescriptionThe field that contains the invocation handler.private FieldDescriptionMethodCall.ArgumentLoader.ForField.ArgumentProvider. fieldDescriptionThe field being accessed.private FieldDescriptionMethodCall.ArgumentLoader.ForField. fieldDescriptionThe field containing the loaded value.private FieldDescriptionMethodCall.ArgumentLoader.ForInstance. fieldDescriptionThe description of the field.private FieldDescriptionMethodCall.TargetHandler.ForField. fieldDescriptionA description of the field that is the target.private FieldDescriptionMethodCall.TargetHandler.ForField.Location.ForExplicitField. fieldDescriptionThe field to resolve.private FieldDescriptionMethodCall.TerminationHandler.FieldSetting.Explicit. fieldDescriptionThe matcher being used for locating a field.private FieldDescriptionMethodCall.TerminationHandler.FieldSetting. fieldDescriptionThe field to set.private FieldDescriptionMethodDelegation.ImplementationDelegate.Compiled.ForField. fieldDescriptionThe field to delegate to.Fields in net.bytebuddy.implementation with type parameters of type FieldDescription Modifier and Type Field Description private ElementMatcher<? super FieldDescription>MethodCall.TerminationHandler.FieldSetting.Implicit. matcherThe matcher being used for locating a field.private java.util.Map<FieldDescription,Implementation.Context.Default.DelegationRecord>Implementation.Context.Default. registeredGettersThe registered getters.private java.util.Map<FieldDescription,Implementation.Context.Default.DelegationRecord>Implementation.Context.Default. registeredSettersThe registered setters.Methods in net.bytebuddy.implementation that return FieldDescription Modifier and Type Method Description FieldDescriptionFieldAccessor.FieldLocation.Absolute. resolve(MethodDescription instrumentedMethod)Resolves the field description to use.FieldDescriptionFieldAccessor.FieldLocation.Prepared. resolve(MethodDescription instrumentedMethod)Resolves the field description to use.FieldDescriptionFieldAccessor.FieldLocation.Relative.Prepared. resolve(MethodDescription instrumentedMethod)Resolves the field description to use.FieldDescriptionMethodCall.TargetHandler.ForField.Location.ForExplicitField. resolve(TypeDescription instrumentedType)Resolves the field to invoke the method upon.FieldDescriptionMethodCall.TargetHandler.ForField.Location.ForImplicitField. resolve(TypeDescription instrumentedType)Resolves the field to invoke the method upon.FieldDescriptionMethodCall.TargetHandler.ForField.Location. resolve(TypeDescription instrumentedType)Resolves the field to invoke the method upon.protected abstract FieldDescriptionMethodDelegation.ImplementationDelegate.ForField. resolve(TypeDescription instrumentedType)Resolves the field to which is delegated.protected FieldDescriptionMethodDelegation.ImplementationDelegate.ForField.WithInstance. resolve(TypeDescription instrumentedType)protected FieldDescriptionMethodDelegation.ImplementationDelegate.ForField.WithLookup. resolve(TypeDescription instrumentedType)Methods in net.bytebuddy.implementation with parameters of type FieldDescription Modifier and Type Method Description protected ByteCodeAppender.SizeInvocationHandlerAdapter. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod, StackManipulation preparingManipulation, FieldDescription fieldDescription)Applies an implementation that delegates to a invocation handler.static FieldAccessor.AssignerConfigurableFieldAccessor. of(FieldDescription fieldDescription)Defines a field accessor where the specified field is accessed.MethodCallMethodCall.WithoutSpecifiedTarget. onField(FieldDescription fieldDescription)Invokes a method on the object stored in the specified field.MethodDescription.InDefinedShapeImplementation.Context.Default. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeImplementation.Context.Disabled. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory.Illegal. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory. registerGetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a getter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeImplementation.Context.Default. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeImplementation.Context.Disabled. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory.Illegal. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.MethodDescription.InDefinedShapeMethodAccessorFactory. registerSetterFor(FieldDescription fieldDescription, MethodAccessorFactory.AccessType accessType)Registers a setter for the givenFieldDescriptionwhich might itself not be accessible from outside the class.protected StackManipulationFieldAccessor.ForSetter.OfConstantValue. resolve(java.lang.Void unused, FieldDescription fieldDescription, TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the stack manipulation to load the value being set.protected StackManipulationFieldAccessor.ForSetter.OfDefaultValue. resolve(java.lang.Void initialized, FieldDescription fieldDescription, TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the stack manipulation to load the value being set.protected StackManipulationFieldAccessor.ForSetter.OfFieldValue. resolve(FieldAccessor.FieldLocation.Prepared target, FieldDescription fieldDescription, TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the stack manipulation to load the value being set.protected StackManipulationFieldAccessor.ForSetter.OfParameterValue. resolve(java.lang.Void unused, FieldDescription fieldDescription, TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the stack manipulation to load the value being set.protected StackManipulationFieldAccessor.ForSetter.OfReferenceValue. resolve(FieldDescription.InDefinedShape target, FieldDescription fieldDescription, TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the stack manipulation to load the value being set.protected abstract StackManipulationFieldAccessor.ForSetter. resolve(T initialized, FieldDescription fieldDescription, TypeDescription instrumentedType, MethodDescription instrumentedMethod)Resolves the stack manipulation to load the value being set.MethodCall.FieldSettingMethodCall. setsField(FieldDescription fieldDescription)Sets the result of the method call as a value of the specified field.Implementation.ComposableFieldAccessor.ForImplicitProperty. setsFieldValueOf(FieldDescription fieldDescription)Defines a setter of a value that sets another field's value.Implementation.ComposableFieldAccessor.PropertyConfigurable. setsFieldValueOf(FieldDescription fieldDescription)Defines a setter of a value that sets another field's value.protected ByteCodeAppenderImplementation.Context.Default.FieldCacheEntry. storeIn(FieldDescription fieldDescription)Returns a stack manipulation where the represented value is stored in the given field.Method parameters in net.bytebuddy.implementation with type arguments of type FieldDescription Modifier and Type Method Description MethodCall.FieldSettingMethodCall. setsField(ElementMatcher<? super FieldDescription> matcher)Sets the result of the method call as a value of the specified field.Constructors in net.bytebuddy.implementation with parameters of type FieldDescription Constructor Description Absolute(FieldDescription fieldDescription)Creates an absolute field location.Appender(FieldDescription fieldDescription)Creates a new appender.ArgumentProvider(FieldDescription fieldDescription)Creates a new argument provider for a field access.Explicit(FieldDescription fieldDescription)Creates a factory for a field-setting termination handler.FieldGetter(TypeDescription instrumentedType, FieldDescription fieldDescription, java.lang.String suffix)Creates a new field getter.FieldGetterDelegation(MethodDescription.InDefinedShape methodDescription, Visibility visibility, FieldDescription fieldDescription)Creates a new field getter implementation.FieldGetterDelegation(TypeDescription instrumentedType, java.lang.String suffix, MethodAccessorFactory.AccessType accessType, FieldDescription fieldDescription)Creates a new field getter implementation.FieldSetter(TypeDescription instrumentedType, FieldDescription fieldDescription, java.lang.String suffix)Creates a new field setter.FieldSetterDelegation(MethodDescription.InDefinedShape methodDescription, Visibility visibility, FieldDescription fieldDescription)Creates a new field setter.FieldSetterDelegation(TypeDescription instrumentedType, java.lang.String suffix, MethodAccessorFactory.AccessType accessType, FieldDescription fieldDescription)Creates a new field setter implementation.FieldSetting(FieldDescription fieldDescription)Creates a new field-setting termination handler.ForExplicitField(FieldDescription fieldDescription)Creates an explicit field location.ForField(FieldDescription fieldDescription, MethodDescription instrumentedMethod)Creates a new argument loader for loading an existing field.ForField(FieldDescription fieldDescription)Creates a new target handler for a field description.ForField(FieldDescription fieldDescription, java.util.List<MethodDelegationBinder.Record> records)Creates a new compiled implementation delegate for a field delegation.ForInstance(FieldDescription fieldDescription)Creates an argument loader that supplies the value of a static field as an argument.Constructor parameters in net.bytebuddy.implementation with type arguments of type FieldDescription Constructor Description Implicit(ElementMatcher<? super FieldDescription> matcher)Creates a factory for a field-setting termination handler. -
Uses of FieldDescription in net.bytebuddy.implementation.attribute
Methods in net.bytebuddy.implementation.attribute with parameters of type FieldDescription Modifier and Type Method Description voidFieldAttributeAppender. apply(org.objectweb.asm.FieldVisitor fieldVisitor, FieldDescription fieldDescription, AnnotationValueFilter annotationValueFilter)Applies this attribute appender to a given field visitor.voidFieldAttributeAppender.Compound. apply(org.objectweb.asm.FieldVisitor fieldVisitor, FieldDescription fieldDescription, AnnotationValueFilter annotationValueFilter)Applies this attribute appender to a given field visitor.voidFieldAttributeAppender.Explicit. apply(org.objectweb.asm.FieldVisitor fieldVisitor, FieldDescription fieldDescription, AnnotationValueFilter annotationValueFilter)Applies this attribute appender to a given field visitor.voidFieldAttributeAppender.ForInstrumentedField. apply(org.objectweb.asm.FieldVisitor fieldVisitor, FieldDescription fieldDescription, AnnotationValueFilter annotationValueFilter)Applies this attribute appender to a given field visitor.voidFieldAttributeAppender.NoOp. apply(org.objectweb.asm.FieldVisitor fieldVisitor, FieldDescription fieldDescription, AnnotationValueFilter annotationValueFilter)Applies this attribute appender to a given field visitor.AnnotationValueFilterAnnotationValueFilter.Default. on(FieldDescription fieldDescription)Creates an annotation value filter for writing annotations on a field.AnnotationValueFilterAnnotationValueFilter.Factory. on(FieldDescription fieldDescription)Creates an annotation value filter for writing annotations on a field. -
Uses of FieldDescription in net.bytebuddy.implementation.bind.annotation
Fields in net.bytebuddy.implementation.bind.annotation declared as FieldDescription Modifier and Type Field Description private FieldDescriptionFieldProxy.Binder.AccessorProxy. fieldDescriptionThe field that is being accessed.private FieldDescriptionFieldProxy.Binder.FieldGetter. fieldDescriptionThe field that is being accessed.private FieldDescriptionFieldProxy.Binder.FieldSetter. fieldDescriptionThe field that is being accessed.private FieldDescriptionFieldProxy.Binder.InstanceFieldConstructor.Appender. fieldDescriptionThe field to be set within the constructor.private FieldDescriptionMorph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender. fieldDescriptionThe field that carries the instance on which the super method is invoked.Methods in net.bytebuddy.implementation.bind.annotation with parameters of type FieldDescription Modifier and Type Method Description DynamicType.Builder<?>FieldProxy.Binder.FieldResolver. apply(DynamicType.Builder<?> builder, FieldDescription fieldDescription, Assigner assigner, MethodAccessorFactory methodAccessorFactory)Applies this field resolver to a dynamic type.DynamicType.Builder<?>FieldProxy.Binder.FieldResolver.ForGetter. apply(DynamicType.Builder<?> builder, FieldDescription fieldDescription, Assigner assigner, MethodAccessorFactory methodAccessorFactory)Applies this field resolver to a dynamic type.DynamicType.Builder<?>FieldProxy.Binder.FieldResolver.ForGetterSetterPair. apply(DynamicType.Builder<?> builder, FieldDescription fieldDescription, Assigner assigner, MethodAccessorFactory methodAccessorFactory)Applies this field resolver to a dynamic type.DynamicType.Builder<?>FieldProxy.Binder.FieldResolver.ForSetter. apply(DynamicType.Builder<?> builder, FieldDescription fieldDescription, Assigner assigner, MethodAccessorFactory methodAccessorFactory)Applies this field resolver to a dynamic type.DynamicType.Builder<?>FieldProxy.Binder.FieldResolver.Unresolved. apply(DynamicType.Builder<?> builder, FieldDescription fieldDescription, Assigner assigner, MethodAccessorFactory methodAccessorFactory)Applies this field resolver to a dynamic type.protected MethodDelegationBinder.ParameterBinding<?>FieldGetterHandle.Binder.Delegate. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<FieldGetterHandle> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)protected MethodDelegationBinder.ParameterBinding<?>FieldProxy.Binder. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<FieldProxy> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)protected MethodDelegationBinder.ParameterBinding<?>FieldSetterHandle.Binder.Delegate. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<FieldSetterHandle> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)protected MethodDelegationBinder.ParameterBinding<?>FieldValue.Binder.Delegate. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<FieldValue> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)protected abstract MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFieldBinding. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<S> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)Creates a parameter binding for the given target parameter.FieldProxy.Binder.FieldResolverFieldProxy.Binder.FieldResolver.Factory.Duplex. resolve(TypeDescription parameterType, FieldDescription fieldDescription)Creates a field resolver.FieldProxy.Binder.FieldResolverFieldProxy.Binder.FieldResolver.Factory. resolve(TypeDescription parameterType, FieldDescription fieldDescription)Creates a field resolver.FieldProxy.Binder.FieldResolverFieldProxy.Binder.FieldResolver.Factory.Simplex. resolve(TypeDescription parameterType, FieldDescription fieldDescription)Creates a field resolver.Constructors in net.bytebuddy.implementation.bind.annotation with parameters of type FieldDescription Constructor Description AccessorProxy(FieldDescription fieldDescription, TypeDescription instrumentedType, FieldProxy.Binder.FieldResolver fieldResolver, Assigner assigner, boolean serializableProxy)FieldGetter(FieldDescription fieldDescription, Assigner assigner, MethodAccessorFactory methodAccessorFactory)Creates a new getter implementation.FieldSetter(FieldDescription fieldDescription, Assigner assigner, MethodAccessorFactory methodAccessorFactory)Creates a new setter implementation. -
Uses of FieldDescription in net.bytebuddy.implementation.bytecode.member
Methods in net.bytebuddy.implementation.bytecode.member with parameters of type FieldDescription Modifier and Type Method Description static FieldAccess.DefinedFieldAccess. forField(FieldDescription fieldDescription)Creates a field access representation for a given field.protected static FieldAccess.DefinedFieldAccess.OfGenericField. of(FieldDescription fieldDescription, FieldAccess.Defined fieldAccess)Creates a generic access dispatcher for a given field. -
Uses of FieldDescription in net.bytebuddy.matcher
Classes in net.bytebuddy.matcher with type parameters of type FieldDescription Modifier and Type Class Description classFieldTypeMatcher<T extends FieldDescription>An element matcher that matches a field's type.Methods in net.bytebuddy.matcher with type parameters of type FieldDescription Modifier and Type Method Description static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. anyOf(java.lang.reflect.Field... value)Creates a matcher that matches any of the given fields asFieldDescriptions by theObject.equals(Object)method.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. definedField(ElementMatcher<? super FieldDescription.InDefinedShape> matcher)Matches a field in its defined shape.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. fieldType(java.lang.Class<?> fieldType)Matches a field's raw type against the provided matcher.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. fieldType(TypeDescription fieldType)Matches a field's raw type against the provided matcher.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. fieldType(ElementMatcher<? super TypeDescription> matcher)Matches a field's raw type against the provided matcher.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. genericFieldType(java.lang.reflect.Type fieldType)Matches a field's generic type against the provided matcher.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. genericFieldType(TypeDescription.Generic fieldType)Matches a field's generic type against the provided matcher.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. genericFieldType(ElementMatcher<? super TypeDescription.Generic> matcher)Matches a field's generic type against the provided matcher.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. is(java.lang.reflect.Field field)Exactly matches a given field as aFieldDescriptionin its defined shape.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. is(FieldDescription.InDefinedShape field)Exactly matches a given field as aFieldDescriptionin its defined shape.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. isTransient()Matches atransientfield.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. isVolatile()Matches avolatilefield.static <T extends FieldDescription>
ElementMatcher.Junction<T>ElementMatchers. noneOf(java.lang.reflect.Field... value)Creates a matcher that matches none of the given methods asFieldDescriptions by theObject.equals(Object)method.Methods in net.bytebuddy.matcher that return types with arguments of type FieldDescription Modifier and Type Method Description ElementMatcher<? super FieldDescription>LatentMatcher.ForFieldToken. resolve(TypeDescription typeDescription)Resolves the element matcher this instance represents for the supplied type description.Methods in net.bytebuddy.matcher with parameters of type FieldDescription Modifier and Type Method Description protected booleanLatentMatcher.ForFieldToken.ResolvedMatcher. doMatch(FieldDescription target)Matches the supplied value if it was found not to benull.Method parameters in net.bytebuddy.matcher with type arguments of type FieldDescription Modifier and Type Method Description static <T extends TypeDefinition>
ElementMatcher.Junction<T>ElementMatchers. declaresField(ElementMatcher<? super FieldDescription> matcher)Matches a type by another matcher that is applied on any of its declared fields.Constructor parameters in net.bytebuddy.matcher with type arguments of type FieldDescription Constructor Description DeclaringFieldMatcher(ElementMatcher<? super FieldList<? extends FieldDescription>> matcher)Creates a new matcher for a type's declared fields. -
Uses of FieldDescription in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement FieldDescription Modifier and Type Class Description private classTypePool.Default.LazyTypeDescription.LazyFieldDescriptionA lazy field description that only resolved type references when required. -
Uses of FieldDescription in net.bytebuddy.utility
Methods in net.bytebuddy.utility with parameters of type FieldDescription Modifier and Type Method Description static JavaConstant.MethodTypeJavaConstant.MethodType. ofGetter(FieldDescription fieldDescription)Returns a method type for a getter of the given field.static JavaConstant.MethodTypeJavaConstant.MethodType. ofSetter(FieldDescription fieldDescription)Returns a method type for a setter of the given field.
-