Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.FieldDefinition.Valuable
Packages that use DynamicType.Builder.FieldDefinition.Valuable
Package
Description
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.
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.-
Uses of DynamicType.Builder.FieldDefinition.Valuable in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.FieldDefinition.Valuable in net.bytebuddy.dynamicModifier and TypeInterfaceDescriptionstatic interface
A builder for an optional field definition that allows for defining a value.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.FieldDefinition.ValuableModifier and TypeClassDescriptionprotected class
An adapter for defining a new field.protected class
An adapter for matching an existing field.static class
An abstract base implementation of an optional field definition that allows for defining a value.private static class
An adapter for an optional field definition that allows for defining a value.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.FieldDefinition.ValuableModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.field
(LatentMatcher<? super FieldDescription> matcher) Matches a field that is already declared by the instrumented type.DynamicType.Builder.AbstractBase.Delegator.field
(LatentMatcher<? super FieldDescription> matcher) Matches a field that is already declared by the instrumented type.DynamicType.Builder.AbstractBase.field
(ElementMatcher<? super FieldDescription> matcher) Matches a field that is already declared by the instrumented type.DynamicType.Builder.field
(ElementMatcher<? super FieldDescription> matcher) Matches a field that is already declared by the instrumented type.DynamicType.Builder.field
(LatentMatcher<? super FieldDescription> matcher) Matches a field that is already declared by the instrumented type. -
Uses of DynamicType.Builder.FieldDefinition.Valuable in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.FieldDefinition.ValuableModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.field
(LatentMatcher<? super FieldDescription> matcher) Matches a field that is already declared by the instrumented type.