Interface FieldContext

All Superinterfaces:
ClassContext, Context

public interface FieldContext extends ClassContext
Context for scanning a single field of a class
Author:
Christian Kaltepoth
  • Method Details

    • getClassContext

      ClassContext getClassContext()
      Return the parent ClassContext to which this context is a descendant.
    • getJavaField

      Field getJavaField()
      Returns the field that is currently processed