Package org.apache.unomi.graphql.schema
Class GraphQLSchemaProvider
- java.lang.Object
-
- org.apache.unomi.graphql.schema.GraphQLSchemaProvider
-
public class GraphQLSchemaProvider extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GraphQLSchemaProvider.DefinitionType
class
GraphQLSchemaProvider.JSONTypeDefinitionType
class
GraphQLSchemaProvider.PropertyTypeDefinitionType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JSONSchema
buildJSONSchema(JsonSchemaWrapper jsonSchemaWrapper, SchemaService schemaService)
static org.apache.unomi.graphql.schema.GraphQLSchemaProvider.Builder
create(ProfileService profileService, SchemaService schemaService)
graphql.schema.GraphQLSchema
createSchema()
Set<Class<?>>
getAdditionalTypes()
graphql.schema.GraphQLInputObjectType
getInputObjectType(Class<?> annotatedClass)
graphql.schema.GraphQLType
getOutputType(Class<?> annotatedClass)
-
-
-
Method Detail
-
createSchema
public graphql.schema.GraphQLSchema createSchema()
-
buildJSONSchema
public static JSONSchema buildJSONSchema(JsonSchemaWrapper jsonSchemaWrapper, SchemaService schemaService)
-
getInputObjectType
public graphql.schema.GraphQLInputObjectType getInputObjectType(Class<?> annotatedClass)
-
getOutputType
public graphql.schema.GraphQLType getOutputType(Class<?> annotatedClass)
-
create
public static org.apache.unomi.graphql.schema.GraphQLSchemaProvider.Builder create(ProfileService profileService, SchemaService schemaService)
-
-