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 Schema
Schema.Builder. build()
Builds the Schema instance.static Schema
Schema. fromAnnotation(Schema schema, ApiDescription descriptor, Class<?> relativeType)
Builds Schema object from the data in the annotation parameter.Schema
Definitions. get(String name)
Gets theSchema
for a given Schema-name.Schema
Action. getRequest()
Getter of the request.Schema
Resource. getResourceSchema()
Getter of resource schema.Schema
Action. getResponse()
Getter of the response.Schema
ApiError. 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 aMap
of schema-names toSchema
s.Methods in org.forgerock.api.models with parameters of type Schema Modifier and Type Method Description Resource
Items. asResource(boolean mvccSupported, Schema resourceSchema, LocalizableString title, LocalizableString description)
Builds aResource
from thisItems
instance.Definitions.Builder
Definitions.Builder. put(String name, Schema schema)
Adds aSchema
.Action.Builder
Action.Builder. request(Schema request)
Set the request.Resource.Builder
Resource.Builder. resourceSchema(Schema resourceSchema)
Set the resource schema.Action.Builder
Action.Builder. response(Schema response)
Set the response.ApiError.Builder
ApiError.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 Schema
ReferenceResolver. getDefinition(Reference reference)
Gets aDefinitions
Schema
by JSON reference.
-