Package net.bytebuddy.dynamic.scaffold
Interface RecordComponentRegistry.Compiled
-
- All Superinterfaces:
TypeWriter.RecordComponentPool
- All Known Implementing Classes:
RecordComponentRegistry.Compiled.NoOp
,RecordComponentRegistry.Default.Compiled
- Enclosing interface:
- RecordComponentRegistry
public static interface RecordComponentRegistry.Compiled extends TypeWriter.RecordComponentPool
Represents a compiled record component registry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RecordComponentRegistry.Compiled.NoOp
A no-op record component registry that does not register annotations for any record component.-
Nested classes/interfaces inherited from interface net.bytebuddy.dynamic.scaffold.TypeWriter.RecordComponentPool
TypeWriter.RecordComponentPool.Disabled, TypeWriter.RecordComponentPool.Record
-
-
Method Summary
-
Methods inherited from interface net.bytebuddy.dynamic.scaffold.TypeWriter.RecordComponentPool
target
-
-