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 interface
A builder for an optional field definition.static interface
A builder for an optional field definition that allows for defining a value.static interface
A builder for a field definition that allows for defining a value.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.FieldDefinitionModifier 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 for an optional field definition.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.