Class Advice.OffsetMapping.ForFieldHandle.Resolved.Factory<T extends java.lang.annotation.Annotation>

    • Field Detail

      • annotationType

        private final java.lang.Class<T extends java.lang.annotation.Annotation> annotationType
        The annotation type.
      • fieldDescription

        private final FieldDescription fieldDescription
        The field to be bound.
    • Constructor Detail

      • Factory

        public Factory​(java.lang.Class<T> annotationType,
                       FieldDescription fieldDescription,
                       Advice.OffsetMapping.ForFieldHandle.Access access)
        Creates a new factory for binding a specific field handle.
        Parameters:
        annotationType - The annotation type.
        fieldDescription - The field to bind.
        access - The access type of the represented handle.