Uses of Class
org.apache.unomi.graphql.schema.json.JSONType
-
Packages that use JSONType Package Description org.apache.unomi.graphql.schema org.apache.unomi.graphql.schema.json -
-
Uses of JSONType in org.apache.unomi.graphql.schema
Constructor parameters in org.apache.unomi.graphql.schema with type arguments of type JSONType Constructor Description JSONTypeDefinitionType(String name, List<JSONType> jsonTypes) -
Uses of JSONType in org.apache.unomi.graphql.schema.json
Subclasses of JSONType in org.apache.unomi.graphql.schema.json Modifier and Type Class Description classJSONArrayTypeclassJSONBooleanTypeclassJSONEnumTypeclassJSONIntegerTypeclassJSONNullTypeclassJSONNumberTypeclassJSONObjectTypeclassJSONSchemaclassJSONStringTypeMethods in org.apache.unomi.graphql.schema.json that return types with arguments of type JSONType Modifier and Type Method Description List<JSONType>JSONType. getAllOf()List<JSONType>JSONType. getAnyOf()List<JSONType>JSONType. getOneOf()Map<String,List<JSONType>>JSONObjectType. getProperties()List<JSONType>JSONSchema. getRootTypes()Methods in org.apache.unomi.graphql.schema.json with parameters of type JSONType Modifier and Type Method Description booleanJSONType. merge(JSONType anotherType)Method parameters in org.apache.unomi.graphql.schema.json with type arguments of type JSONType Modifier and Type Method Description voidJSONObjectType. setProperties(Map<String,List<JSONType>> properties)
-