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