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
Modifier and TypeClassDescriptionstatic final class
Builder to help construct the Definitions. -
Method Summary
-
Method Details
-
getDefinitions
Gets aMap
of schema-names toSchema
s. This method is currently only used for JSON serialization.- Returns:
Map
of schema-names toSchema
s.
-
get
Gets theSchema
for a given Schema-name.- Parameters:
name
- Schema name- Returns:
Schema
ornull
if does-not-exist.
-
getNames
Returns allSchema
names.- Returns:
- All
Schema
names.
-
definitions
Create a new Builder for Definitions.- Returns:
- Builder
-
equals
-
hashCode
public int hashCode()
-