Class JSONIntegerType
- java.lang.Object
-
- org.apache.unomi.graphql.schema.json.JSONType
-
- org.apache.unomi.graphql.schema.json.JSONIntegerType
-
public class JSONIntegerType extends JSONType
-
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.schema.json.JSONType
jsonTypeFactory, schemaTree
-
-
Constructor Summary
Constructors Constructor Description JSONIntegerType(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
-
JSONIntegerType
public JSONIntegerType(Map<String,Object> schemaTree, JSONTypeFactory jsonTypeFactory)
-
-