Class InterfaceOutputRegistry
java.lang.Object
io.smallrye.graphql.execution.resolver.InterfaceOutputRegistry
Here we register output objects that implements some interface
We need this to resolve the correct concrete class
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic graphql.schema.GraphQLObjectTypegetGraphQLObjectType(Type interfaceType, String concreateName) static void
-
Method Details
-
register
-
getGraphQLObjectType
-