Class JSONEnumType
- java.lang.Object
-
- org.apache.unomi.graphql.schema.json.JSONType
-
- org.apache.unomi.graphql.schema.json.JSONEnumType
-
public class JSONEnumType extends JSONType
-
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.schema.json.JSONType
jsonTypeFactory, schemaTree
-
-
Constructor Summary
Constructors Constructor Description JSONEnumType(Map<String,Object> schemaTree, JSONTypeFactory jsonTypeFactory)
-
Method Summary
-
Methods inherited from class org.apache.unomi.graphql.schema.json.JSONType
getAllOf, getAnyOf, getCustomKeywords, getJsonTypeFactory, getName, getOneOf, getRef, getSchemaTree, getType, merge, setName, setType
-
-
-
-
Constructor Detail
-
JSONEnumType
public JSONEnumType(Map<String,Object> schemaTree, JSONTypeFactory jsonTypeFactory)
-
-