Package | Description |
---|---|
org.forgerock.api.enums |
API descriptor enums.
|
org.forgerock.api.jackson |
Extensions to Jackson's JSON Schema to support the API Descriptor extensions to standard JSON Schema.
|
Modifier and Type | Method and Description |
---|---|
static WritePolicy |
WritePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritePolicy[] |
WritePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WritePolicy |
CrestObjectSchema.getWritePolicy() |
WritePolicy |
CrestBooleanSchema.getWritePolicy() |
WritePolicy |
CrestArraySchema.getWritePolicy() |
WritePolicy |
CrestAnySchema.getWritePolicy() |
Modifier and Type | Method and Description |
---|---|
void |
CrestObjectSchema.setWritePolicy(WritePolicy policy) |
void |
CrestBooleanSchema.setWritePolicy(WritePolicy policy) |
void |
CrestArraySchema.setWritePolicy(WritePolicy policy) |
void |
CrestAnySchema.setWritePolicy(WritePolicy policy) |
Copyright 2010-2022 ForgeRock AS.