Package io.jmix.graphql.schema
Class EnumTypesGenerator
java.lang.Object
io.jmix.graphql.schema.EnumTypesGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic graphql.schema.GraphQLEnumType
generateEnumType
(Class<?> javaType) Collection<graphql.schema.GraphQLType>
protected static Stream<graphql.schema.GraphQLEnumValueDefinition>
getEnumValueDef
(Enum<?> anEnum)
-
Constructor Details
-
EnumTypesGenerator
public EnumTypesGenerator()
-
-
Method Details
-
generateEnumTypes
-
generateEnumType
-
getEnumValueDef
-