| Package | Description |
|---|---|
| io.fabric8.camelk.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
JSONSchemaProp |
JSONSchemaPropBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JSONSchemaProp> |
JSONSchemaPropsFluent.getProperties() |
Map<String,JSONSchemaProp> |
JSONSchemaPropsFluentImpl.getProperties() |
Map<String,JSONSchemaProp> |
JSONSchemaProps.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
A |
JSONSchemaPropsFluent.addToProperties(String key,
JSONSchemaProp value) |
A |
JSONSchemaPropsFluentImpl.addToProperties(String key,
JSONSchemaProp value) |
| Modifier and Type | Method and Description |
|---|---|
A |
JSONSchemaPropsFluent.addToProperties(Map<String,JSONSchemaProp> map) |
A |
JSONSchemaPropsFluentImpl.addToProperties(Map<String,JSONSchemaProp> map) |
A |
JSONSchemaPropsFluent.removeFromProperties(Map<String,JSONSchemaProp> map) |
A |
JSONSchemaPropsFluentImpl.removeFromProperties(Map<String,JSONSchemaProp> map) |
void |
JSONSchemaProps.setProperties(Map<String,JSONSchemaProp> properties) |
<K,V> A |
JSONSchemaPropsFluent.withProperties(Map<String,JSONSchemaProp> properties) |
<K,V> A |
JSONSchemaPropsFluentImpl.withProperties(Map<String,JSONSchemaProp> properties) |
| Constructor and Description |
|---|
JSONSchemaPropBuilder(JSONSchemaProp instance) |
JSONSchemaPropBuilder(JSONSchemaProp instance,
Boolean validationEnabled) |
JSONSchemaPropBuilder(JSONSchemaPropFluent<?> fluent,
JSONSchemaProp instance) |
JSONSchemaPropBuilder(JSONSchemaPropFluent<?> fluent,
JSONSchemaProp instance,
Boolean validationEnabled) |
JSONSchemaPropFluentImpl(JSONSchemaProp instance) |
| Constructor and Description |
|---|
JSONSchemaProps(String $schema,
String description,
com.fasterxml.jackson.databind.JsonNode example,
ExternalDocumentation externalDocs,
String id,
Map<String,JSONSchemaProp> properties,
List<String> required,
String title,
String type) |
Copyright © 2015–2022 Red Hat. All rights reserved.