Class InterfaceOutputRegistry
- java.lang.Object
-
- io.smallrye.graphql.execution.resolver.InterfaceOutputRegistry
-
public class InterfaceOutputRegistry extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static graphql.schema.GraphQLObjectTypegetGraphQLObjectType(Type interfaceType, String concreateName)static voidregister(Type type, graphql.schema.GraphQLObjectType graphQLObjectType)
-