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