Package io.smallrye.graphql.schema
Class ScanningContext
java.lang.Object
io.smallrye.graphql.schema.ScanningContext
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 Summary
-
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()
-