Uses of Interface
net.bytebuddy.dynamic.scaffold.RecordComponentRegistry.Compiled
Packages that use RecordComponentRegistry.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 RecordComponentRegistry.Compiled in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement RecordComponentRegistry.CompiledModifier and TypeClassDescriptionstatic enum
A no-op record component registry that does not register annotations for any record component.protected static class
A compiled default record component registry.Methods in net.bytebuddy.dynamic.scaffold that return RecordComponentRegistry.CompiledModifier and TypeMethodDescriptionRecordComponentRegistry.compile
(TypeDescription instrumentedType) Prepares the record component registry for a given instrumented type.RecordComponentRegistry.Default.compile
(TypeDescription instrumentedType) Prepares the record component registry for a given instrumented type.