Class TraversalMethodContext

java.lang.Object
org.kohsuke.stapler.TraversalMethodContext

public final class TraversalMethodContext extends Object
Function.contextualize(Object) parameter that indicates the function is called to traverse an object graph.
Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • DYNAMIC

      public static final String DYNAMIC
      Used as a special name that represents getDynamic(...) that does dynamic traversal.
      See Also:
  • Method Details

    • getName

      public String getName()
      Name of the web method. "" for index route.