Interface ParameterContext

All Superinterfaces:
ClassContext, Context

public interface ParameterContext 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.
    • getMethodContext

      MethodContext getMethodContext()
      Return the parent MethodContext to which this context is a descendant.
    • getJavaParameter

      Parameter getJavaParameter()
      Get the parameter that is currently processed