Uses of Interface
net.bytebuddy.dynamic.scaffold.FieldRegistry.Compiled
Packages that use FieldRegistry.Compiled
Package
Description
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
-
Uses of FieldRegistry.Compiled in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement FieldRegistry.CompiledModifier and TypeClassDescriptionstatic enum
A no-op field registry that does not register annotations for any field.protected static class
A compiled default field registry.Methods in net.bytebuddy.dynamic.scaffold that return FieldRegistry.CompiledModifier and TypeMethodDescriptionFieldRegistry.compile
(TypeDescription instrumentedType) Prepares the field registry for a given instrumented type.FieldRegistry.Default.compile
(TypeDescription instrumentedType) Prepares the field registry for a given instrumented type.