| 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 Schemas. |
Set<String> |
getNames()
Returns all
Schema names. |
int |
hashCode() |
protected Map<String,Schema> getDefinitions()
Map of schema-names to Schemas. This method is currently only used for JSON serialization.Map of schema-names to Schemas.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 © 2025 Open Identity Platform Community. All rights reserved.