Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.FieldDefinition.Optional.Valuable
Packages that use DynamicType.Builder.FieldDefinition.Optional.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.Optional.Valuable in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.FieldDefinition.Optional.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.Optional.ValuableModifier and TypeMethodDescriptionDefines a field that is similar to the supplied field but without copying any annotations on the field.DynamicType.Builder.AbstractBase.define
(FieldDescription field) Defines a field that is similar to the supplied field but without copying any annotations on the field.Defines a field that is similar to the supplied field but without copying any annotations on the field.DynamicType.Builder.define
(FieldDescription field) Defines a field that is similar to the supplied field but without copying any annotations on the field.DynamicType.Builder.AbstractBase.Adapter.defineField
(String name, TypeDefinition type, int modifiers) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.AbstractBase.defineField
(String name, Type type, int modifiers) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.AbstractBase.defineField
(String name, Type type, Collection<? extends ModifierContributor.ForField> modifierContributors) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.AbstractBase.defineField
(String name, Type type, ModifierContributor.ForField... modifierContributor) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.AbstractBase.defineField
(String name, TypeDefinition type, Collection<? extends ModifierContributor.ForField> modifierContributors) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.AbstractBase.defineField
(String name, TypeDefinition type, ModifierContributor.ForField... modifierContributor) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.AbstractBase.Delegator.defineField
(String name, TypeDefinition type, int modifiers) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.defineField
(String name, Type type, int modifiers) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.defineField
(String name, Type type, Collection<? extends ModifierContributor.ForField> modifierContributors) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.defineField
(String name, Type type, ModifierContributor.ForField... modifierContributor) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.defineField
(String name, TypeDefinition type, int modifiers) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.defineField
(String name, TypeDefinition type, Collection<? extends ModifierContributor.ForField> modifierContributors) Defines the specified field as a field of the built dynamic type.DynamicType.Builder.defineField
(String name, TypeDefinition type, ModifierContributor.ForField... modifierContributor) Defines the specified field as a field of the built dynamic type. -
Uses of DynamicType.Builder.FieldDefinition.Optional.Valuable in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.FieldDefinition.Optional.ValuableModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.defineField
(String name, TypeDefinition type, int modifiers) Defines the specified field as a field of the built dynamic type.