Uses of Class
org.forgerock.api.models.Schema
-
Packages that use Schema Package Description org.forgerock.api.models ForgeRock API Descriptor models.org.forgerock.api.util API Descriptor utility classes. -
-
Uses of Schema in org.forgerock.api.models
Methods in org.forgerock.api.models that return Schema Modifier and Type Method Description SchemaSchema.Builder. build()Builds the Schema instance.static SchemaSchema. fromAnnotation(Schema schema, ApiDescription descriptor, Class<?> relativeType)Builds Schema object from the data in the annotation parameter.SchemaDefinitions. get(String name)Gets theSchemafor a given Schema-name.SchemaAction. getRequest()Getter of the request.SchemaResource. getResourceSchema()Getter of resource schema.SchemaAction. getResponse()Getter of the response.SchemaApiError. getSchema()Getter of the error schema.Methods in org.forgerock.api.models that return types with arguments of type Schema Modifier and Type Method Description protected Map<String,Schema>Definitions. getDefinitions()Gets aMapof schema-names toSchemas.Methods in org.forgerock.api.models with parameters of type Schema Modifier and Type Method Description ResourceItems. asResource(boolean mvccSupported, Schema resourceSchema, LocalizableString title, LocalizableString description)Builds aResourcefrom thisItemsinstance.Definitions.BuilderDefinitions.Builder. put(String name, Schema schema)Adds aSchema.Action.BuilderAction.Builder. request(Schema request)Set the request.Resource.BuilderResource.Builder. resourceSchema(Schema resourceSchema)Set the resource schema.Action.BuilderAction.Builder. response(Schema response)Set the response.ApiError.BuilderApiError.Builder. schema(Schema schema)Set the schema. -
Uses of Schema in org.forgerock.api.util
Methods in org.forgerock.api.util that return Schema Modifier and Type Method Description SchemaReferenceResolver. getDefinition(Reference reference)Gets aDefinitionsSchemaby JSON reference.
-