Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.FieldDefinition
Packages that use DynamicType.Builder.FieldDefinition
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.
-
Uses of DynamicType.Builder.FieldDefinition in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.FieldDefinition in net.bytebuddy.dynamicModifier and TypeInterfaceDescriptionstatic interfaceA builder for an optional field definition.static interfaceA builder for an optional field definition that allows for defining a value.static interfaceA builder for a field definition that allows for defining a value.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.FieldDefinitionModifier and TypeClassDescriptionprotected classAn adapter for defining a new field.protected classAn adapter for matching an existing field.static classAn abstract base implementation for an optional field definition.static classAn abstract base implementation of an optional field definition that allows for defining a value.private static classAn adapter for an optional field definition that allows for defining a value.