Package io.smallrye.graphql.schema
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.jandex.IndexViewgetIndex()static voidregister(org.jboss.jandex.IndexView index)static voidremove()
-