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 classFieldRegistry.Compiled.NoOpA no-op field registry that does not register annotations for any field.protected static classFieldRegistry.Default.CompiledA compiled default field registry.Methods in net.bytebuddy.dynamic.scaffold that return FieldRegistry.Compiled Modifier and Type Method Description FieldRegistry.CompiledFieldRegistry. compile(TypeDescription instrumentedType)Prepares the field registry for a given instrumented type.FieldRegistry.CompiledFieldRegistry.Default. compile(TypeDescription instrumentedType)Prepares the field registry for a given instrumented type.
-