Package org.forgerock.api.models
Class Definitions
java.lang.Object
org.forgerock.api.models.Definitions
Class that represents API descriptor
Schema definitions.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder to help construct the Definitions. -
Method Summary
-
Method Details
-
getDefinitions
Gets aMapof schema-names toSchemas. This method is currently only used for JSON serialization.- Returns:
Mapof schema-names toSchemas.
-
get
Gets theSchemafor a given Schema-name.- Parameters:
name- Schema name- Returns:
Schemaornullif does-not-exist.
-
getNames
Returns allSchemanames.- Returns:
- All
Schemanames.
-
definitions
Create a new Builder for Definitions.- Returns:
- Builder
-
equals
-
hashCode
public int hashCode()
-