Package io.jmix.graphql.schema
Class ClassTypesGenerator
java.lang.Object
io.jmix.graphql.schema.ClassTypesGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected graphql.schema.GraphQLTypegenerateInpObjectType(MetaClass metaClass) Collection<graphql.schema.GraphQLType>protected graphql.schema.GraphQLTypegenerateOutObjectType(MetaClass metaClass) Collection<graphql.schema.GraphQLType>protected StringgetInpFieldTypeName(MetaProperty metaProperty) protected Stream<graphql.schema.GraphQLInputObjectField>getInpObjectField(MetaProperty metaProperty) protected Stream<graphql.schema.GraphQLFieldDefinition>getOutObjectFieldDef(MetaProperty metaProperty)
-
Constructor Details
-
ClassTypesGenerator
public ClassTypesGenerator()
-
-
Method Details
-
generateInputTypes
-
generateOutTypes
-
generateInpObjectType
-
generateOutObjectType
-
getInpObjectField
protected Stream<graphql.schema.GraphQLInputObjectField> getInpObjectField(MetaProperty metaProperty) -
getOutObjectFieldDef
protected Stream<graphql.schema.GraphQLFieldDefinition> getOutObjectFieldDef(MetaProperty metaProperty) -
getInpFieldTypeName
-