Uses of Class
net.bytebuddy.dynamic.DynamicType.Builder.FieldDefinition.Optional.AbstractBase
Packages that use DynamicType.Builder.FieldDefinition.Optional.AbstractBase
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.Optional.AbstractBase in net.bytebuddy.dynamic
Modifier and TypeClassDescriptionprotected classAn adapter for defining a new field.protected classAn adapter for matching an existing field.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.