Modifier and Type | Class and Description |
---|---|
static class |
Definitions.Builder
Builder to help construct the Definitions.
|
Modifier and Type | Method and Description |
---|---|
static Definitions.Builder |
definitions()
Create a new Builder for Definitions.
|
boolean |
equals(Object o) |
Schema |
get(String name)
Gets the
Schema for a given Schema-name. |
protected Map<String,Schema> |
getDefinitions()
Gets a
Map of schema-names to Schema s. |
Set<String> |
getNames()
Returns all
Schema names. |
int |
hashCode() |
protected Map<String,Schema> getDefinitions()
Map
of schema-names to Schema
s. This method is currently only used for JSON serialization.Map
of schema-names to Schema
s.public Schema get(String name)
Schema
for a given Schema-name.name
- Schema nameSchema
or null
if does-not-exist.public static Definitions.Builder definitions()
Copyright © 2010-2018, ForgeRock All Rights Reserved.