Class ScanningContext

java.lang.Object
io.smallrye.graphql.schema.ScanningContext

public class ScanningContext extends Object
A simple registry to hold the current scanning info At this point we only keep the index in the context
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Method Details

    • register

      public static void register(org.jboss.jandex.IndexView index)
    • getIndex

      public static org.jboss.jandex.IndexView getIndex()
    • remove

      public static void remove()