Uses of Class
org.forgerock.api.models.Schema
Packages that use Schema
Package
Description
ForgeRock API Descriptor models.
API Descriptor utility classes.
-
Uses of Schema in org.forgerock.api.models
Methods in org.forgerock.api.models that return SchemaModifier 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.Methods in org.forgerock.api.models that return types with arguments of type SchemaModifier and TypeMethodDescriptionDefinitions.getDefinitions()
Gets aMap
of schema-names toSchema
s.Methods in org.forgerock.api.models with parameters of type SchemaModifier 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
Methods in org.forgerock.api.util that return SchemaModifier and TypeMethodDescriptionReferenceResolver.getDefinition
(Reference reference) Gets aDefinitions
Schema
by JSON reference.