Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.FieldDefinition.Valuable
-
Packages that use DynamicType.Builder.FieldDefinition.Valuable Package Description 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.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type. -
-
Uses of DynamicType.Builder.FieldDefinition.Valuable in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.FieldDefinition.Valuable in net.bytebuddy.dynamic Modifier and Type Interface Description static interface
DynamicType.Builder.FieldDefinition.Optional.Valuable<V>
A builder for an optional field definition that allows for defining a value.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.FieldDefinition.Valuable Modifier and Type Class Description protected class
DynamicType.Builder.AbstractBase.Adapter.FieldDefinitionAdapter
An adapter for defining a new field.protected class
DynamicType.Builder.AbstractBase.Adapter.FieldMatchAdapter
An adapter for matching an existing field.static class
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase<U>
An abstract base implementation of an optional field definition that allows for defining a value.private static class
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter<V>
An adapter for an optional field definition that allows for defining a value.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.FieldDefinition.Valuable 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. -
Uses of DynamicType.Builder.FieldDefinition.Valuable in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.FieldDefinition.Valuable 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.
-