Uses of Class
org.forgerock.api.models.Schema
Package
Description
ForgeRock API Descriptor models.
API Descriptor utility classes.
-
Uses of Schema in org.forgerock.api.models
Modifier and TypeMethodDescriptionSchema.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.Gets theSchema
for a given Schema-name.Action.getRequest()
Getter of the request.Resource.getResourceSchema()
Getter of resource schema.Action.getResponse()
Getter of the response.ApiError.getSchema()
Getter of the error schema.Modifier and TypeMethodDescriptionDefinitions.getDefinitions()
Gets aMap
of schema-names toSchema
s.Modifier and TypeMethodDescriptionItems.asResource
(boolean mvccSupported, Schema resourceSchema, LocalizableString title, LocalizableString description) Builds aResource
from thisItems
instance.Adds aSchema
.Set the request.Resource.Builder.resourceSchema
(Schema resourceSchema) Set the resource schema.Set the response.Set the schema. -
Uses of Schema in org.forgerock.api.util
Modifier and TypeMethodDescriptionReferenceResolver.getDefinition
(Reference reference) Gets aDefinitions
Schema
by JSON reference.