Class FieldRegistry.Default.Compiled

    • Field Detail

      • instrumentedType

        private final TypeDescription instrumentedType
        The instrumented type for which this registry was compiled for.
    • Constructor Detail

      • Compiled

        protected Compiled​(TypeDescription instrumentedType,
                           java.util.List<FieldRegistry.Default.Compiled.Entry> entries)
        Creates a new compiled field registry.
        Parameters:
        instrumentedType - The instrumented type for which this registry was compiled for.
        entries - The entries of this compiled field registry.