Uses of Class
de.captaingoldfish.scim.sdk.common.schemas.Schema
-
Packages that use Schema Package Description de.captaingoldfish.scim.sdk.common.schemas -
-
Uses of Schema in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return Schema Modifier and Type Method Description SchemaSchemaAttribute. getSchema()a reference to the parent schema that holds this schema attributeConstructors in de.captaingoldfish.scim.sdk.common.schemas with parameters of type Schema Constructor Description SchemaAttribute(Schema schema, String resourceUri, SchemaAttribute parent, com.fasterxml.jackson.databind.JsonNode jsonNode)SchemaAttribute(Schema schema, String resourceUri, SchemaAttribute parent, com.fasterxml.jackson.databind.JsonNode jsonNode, String namePrefix)
-