All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAllOf(Collection<JSONSchemaProps> items) |
A |
addAllToAnyOf(Collection<JSONSchemaProps> items) |
A |
addAllToEnum(Collection<com.fasterxml.jackson.databind.JsonNode> items) |
A |
addAllToOneOf(Collection<JSONSchemaProps> items) |
A |
addAllToRequired(Collection<String> items) |
A |
addAllToXKubernetesListMapKeys(Collection<String> items) |
A |
addAllToXKubernetesValidations(Collection<ValidationRule> items) |
JSONSchemaPropsFluent.AllOfNested<A> |
addNewAllOf() |
JSONSchemaPropsFluent.AllOfNested<A> |
addNewAllOfLike(JSONSchemaProps item) |
JSONSchemaPropsFluent.AnyOfNested<A> |
addNewAnyOf() |
JSONSchemaPropsFluent.AnyOfNested<A> |
addNewAnyOfLike(JSONSchemaProps item) |
JSONSchemaPropsFluent.OneOfNested<A> |
addNewOneOf() |
JSONSchemaPropsFluent.OneOfNested<A> |
addNewOneOfLike(JSONSchemaProps item) |
JSONSchemaPropsFluent.XKubernetesValidationsNested<A> |
addNewXKubernetesValidation() |
JSONSchemaPropsFluent.XKubernetesValidationsNested<A> |
addNewXKubernetesValidationLike(ValidationRule item) |
A |
addToAllOf(int index,
JSONSchemaProps item) |
A |
addToAllOf(JSONSchemaProps... items) |
A |
addToAnyOf(int index,
JSONSchemaProps item) |
A |
addToAnyOf(JSONSchemaProps... items) |
A |
addToDefinitions(Map<String,JSONSchemaProps> map) |
A |
addToDefinitions(String key,
JSONSchemaProps value) |
A |
addToDependencies(Map<String,JSONSchemaPropsOrStringArray> map) |
A |
addToDependencies(String key,
JSONSchemaPropsOrStringArray value) |
A |
addToEnum(int index,
com.fasterxml.jackson.databind.JsonNode item) |
A |
addToEnum(com.fasterxml.jackson.databind.JsonNode... items) |
A |
addToOneOf(int index,
JSONSchemaProps item) |
A |
addToOneOf(JSONSchemaProps... items) |
A |
addToPatternProperties(Map<String,JSONSchemaProps> map) |
A |
addToPatternProperties(String key,
JSONSchemaProps value) |
A |
addToProperties(Map<String,JSONSchemaProps> map) |
A |
addToProperties(String key,
JSONSchemaProps value) |
A |
addToRequired(int index,
String item) |
A |
addToRequired(String... items) |
A |
addToXKubernetesListMapKeys(int index,
String item) |
A |
addToXKubernetesListMapKeys(String... items) |
A |
addToXKubernetesValidations(int index,
ValidationRule item) |
A |
addToXKubernetesValidations(ValidationRule... items) |
JSONSchemaPropsOrBool |
buildAdditionalItems() |
JSONSchemaPropsOrBool |
buildAdditionalProperties() |
List<JSONSchemaProps> |
buildAllOf() |
JSONSchemaProps |
buildAllOf(int index) |
List<JSONSchemaProps> |
buildAnyOf() |
JSONSchemaProps |
buildAnyOf(int index) |
ExternalDocumentation |
buildExternalDocs() |
JSONSchemaProps |
buildFirstAllOf() |
JSONSchemaProps |
buildFirstAnyOf() |
JSONSchemaProps |
buildFirstOneOf() |
ValidationRule |
buildFirstXKubernetesValidation() |
JSONSchemaPropsOrArray |
buildItems() |
JSONSchemaProps |
buildLastAllOf() |
JSONSchemaProps |
buildLastAnyOf() |
JSONSchemaProps |
buildLastOneOf() |
ValidationRule |
buildLastXKubernetesValidation() |
JSONSchemaProps |
buildMatchingAllOf(Predicate<JSONSchemaPropsBuilder> predicate) |
JSONSchemaProps |
buildMatchingAnyOf(Predicate<JSONSchemaPropsBuilder> predicate) |
JSONSchemaProps |
buildMatchingOneOf(Predicate<JSONSchemaPropsBuilder> predicate) |
ValidationRule |
buildMatchingXKubernetesValidation(Predicate<ValidationRuleBuilder> predicate) |
JSONSchemaProps |
buildNot() |
List<JSONSchemaProps> |
buildOneOf() |
JSONSchemaProps |
buildOneOf(int index) |
ValidationRule |
buildXKubernetesValidation(int index) |
List<ValidationRule> |
buildXKubernetesValidations() |
protected void |
copyInstance(JSONSchemaProps instance) |
JSONSchemaPropsFluent.AdditionalItemsNested<A> |
editAdditionalItems() |
JSONSchemaPropsFluent.AdditionalPropertiesNested<A> |
editAdditionalProperties() |
JSONSchemaPropsFluent.AllOfNested<A> |
editAllOf(int index) |
JSONSchemaPropsFluent.AnyOfNested<A> |
editAnyOf(int index) |
JSONSchemaPropsFluent.ExternalDocsNested<A> |
editExternalDocs() |
JSONSchemaPropsFluent.AllOfNested<A> |
editFirstAllOf() |
JSONSchemaPropsFluent.AnyOfNested<A> |
editFirstAnyOf() |
JSONSchemaPropsFluent.OneOfNested<A> |
editFirstOneOf() |
JSONSchemaPropsFluent.XKubernetesValidationsNested<A> |
editFirstXKubernetesValidation() |
JSONSchemaPropsFluent.ItemsNested<A> |
editItems() |
JSONSchemaPropsFluent.AllOfNested<A> |
editLastAllOf() |
JSONSchemaPropsFluent.AnyOfNested<A> |
editLastAnyOf() |
JSONSchemaPropsFluent.OneOfNested<A> |
editLastOneOf() |
JSONSchemaPropsFluent.XKubernetesValidationsNested<A> |
editLastXKubernetesValidation() |
JSONSchemaPropsFluent.AllOfNested<A> |
editMatchingAllOf(Predicate<JSONSchemaPropsBuilder> predicate) |
JSONSchemaPropsFluent.AnyOfNested<A> |
editMatchingAnyOf(Predicate<JSONSchemaPropsBuilder> predicate) |
JSONSchemaPropsFluent.OneOfNested<A> |
editMatchingOneOf(Predicate<JSONSchemaPropsBuilder> predicate) |
JSONSchemaPropsFluent.XKubernetesValidationsNested<A> |
editMatchingXKubernetesValidation(Predicate<ValidationRuleBuilder> predicate) |
JSONSchemaPropsFluent.NotNested<A> |
editNot() |
JSONSchemaPropsFluent.OneOfNested<A> |
editOneOf(int index) |
JSONSchemaPropsFluent.AdditionalItemsNested<A> |
editOrNewAdditionalItems() |
JSONSchemaPropsFluent.AdditionalItemsNested<A> |
editOrNewAdditionalItemsLike(JSONSchemaPropsOrBool item) |
JSONSchemaPropsFluent.AdditionalPropertiesNested<A> |
editOrNewAdditionalProperties() |
JSONSchemaPropsFluent.AdditionalPropertiesNested<A> |
editOrNewAdditionalPropertiesLike(JSONSchemaPropsOrBool item) |
JSONSchemaPropsFluent.ExternalDocsNested<A> |
editOrNewExternalDocs() |
JSONSchemaPropsFluent.ExternalDocsNested<A> |
editOrNewExternalDocsLike(ExternalDocumentation item) |
JSONSchemaPropsFluent.ItemsNested<A> |
editOrNewItems() |
JSONSchemaPropsFluent.ItemsNested<A> |
editOrNewItemsLike(JSONSchemaPropsOrArray item) |
JSONSchemaPropsFluent.NotNested<A> |
editOrNewNot() |
JSONSchemaPropsFluent.NotNested<A> |
editOrNewNotLike(JSONSchemaProps item) |
JSONSchemaPropsFluent.XKubernetesValidationsNested<A> |
editXKubernetesValidation(int index) |
boolean |
equals(Object o) |
com.fasterxml.jackson.databind.JsonNode |
getDefault() |
Map<String,JSONSchemaProps> |
getDefinitions() |
Map<String,JSONSchemaPropsOrStringArray> |
getDependencies() |
String |
getDescription() |
List<com.fasterxml.jackson.databind.JsonNode> |
getEnum() |
com.fasterxml.jackson.databind.JsonNode |
getEnum(int index) |
com.fasterxml.jackson.databind.JsonNode |
getExample() |
Boolean |
getExclusiveMaximum() |
Boolean |
getExclusiveMinimum() |
com.fasterxml.jackson.databind.JsonNode |
getFirstEnum() |
String |
getFirstRequired() |
String |
getFirstXKubernetesListMapKey() |
String |
getFormat() |
String |
getId() |
com.fasterxml.jackson.databind.JsonNode |
getLastEnum() |
String |
getLastRequired() |
String |
getLastXKubernetesListMapKey() |
com.fasterxml.jackson.databind.JsonNode |
getMatchingEnum(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate) |
String |
getMatchingRequired(Predicate<String> predicate) |
String |
getMatchingXKubernetesListMapKey(Predicate<String> predicate) |
Double |
getMaximum() |
Long |
getMaxItems() |
Long |
getMaxLength() |
Long |
getMaxProperties() |
Double |
getMinimum() |
Long |
getMinItems() |
Long |
getMinLength() |
Long |
getMinProperties() |
Double |
getMultipleOf() |
Boolean |
getNullable() |
String |
getPattern() |
Map<String,JSONSchemaProps> |
getPatternProperties() |
Map<String,JSONSchemaProps> |
getProperties() |
String |
getRef() |
List<String> |
getRequired() |
String |
getRequired(int index) |
String |
getSchema() |
String |
getTitle() |
String |
getType() |
Boolean |
getUniqueItems() |
Boolean |
getXKubernetesEmbeddedResource() |
Boolean |
getXKubernetesIntOrString() |
String |
getXKubernetesListMapKey(int index) |
List<String> |
getXKubernetesListMapKeys() |
String |
getXKubernetesListType() |
String |
getXKubernetesMapType() |
Boolean |
getXKubernetesPreserveUnknownFields() |
boolean |
hasAdditionalItems() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllOf() |
boolean |
hasAnyOf() |
boolean |
hasDefault() |
boolean |
hasDefinitions() |
boolean |
hasDependencies() |
boolean |
hasDescription() |
boolean |
hasEnum() |
boolean |
hasExample() |
boolean |
hasExclusiveMaximum() |
boolean |
hasExclusiveMinimum() |
boolean |
hasExternalDocs() |
boolean |
hasFormat() |
int |
hashCode() |
boolean |
hasId() |
boolean |
hasItems() |
boolean |
hasMatchingAllOf(Predicate<JSONSchemaPropsBuilder> predicate) |
boolean |
hasMatchingAnyOf(Predicate<JSONSchemaPropsBuilder> predicate) |
boolean |
hasMatchingEnum(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate) |
boolean |
hasMatchingOneOf(Predicate<JSONSchemaPropsBuilder> predicate) |
boolean |
hasMatchingRequired(Predicate<String> predicate) |
boolean |
hasMatchingXKubernetesListMapKey(Predicate<String> predicate) |
boolean |
hasMatchingXKubernetesValidation(Predicate<ValidationRuleBuilder> predicate) |
boolean |
hasMaximum() |
boolean |
hasMaxItems() |
boolean |
hasMaxLength() |
boolean |
hasMaxProperties() |
boolean |
hasMinimum() |
boolean |
hasMinItems() |
boolean |
hasMinLength() |
boolean |
hasMinProperties() |
boolean |
hasMultipleOf() |
boolean |
hasNot() |
boolean |
hasNullable() |
boolean |
hasOneOf() |
boolean |
hasPattern() |
boolean |
hasPatternProperties() |
boolean |
hasProperties() |
boolean |
hasRef() |
boolean |
hasRequired() |
boolean |
hasSchema() |
boolean |
hasTitle() |
boolean |
hasType() |
boolean |
hasUniqueItems() |
boolean |
hasXKubernetesEmbeddedResource() |
boolean |
hasXKubernetesIntOrString() |
boolean |
hasXKubernetesListMapKeys() |
boolean |
hasXKubernetesListType() |
boolean |
hasXKubernetesMapType() |
boolean |
hasXKubernetesPreserveUnknownFields() |
boolean |
hasXKubernetesValidations() |
A |
removeAllFromAllOf(Collection<JSONSchemaProps> items) |
A |
removeAllFromAnyOf(Collection<JSONSchemaProps> items) |
A |
removeAllFromEnum(Collection<com.fasterxml.jackson.databind.JsonNode> items) |
A |
removeAllFromOneOf(Collection<JSONSchemaProps> items) |
A |
removeAllFromRequired(Collection<String> items) |
A |
removeAllFromXKubernetesListMapKeys(Collection<String> items) |
A |
removeAllFromXKubernetesValidations(Collection<ValidationRule> items) |
A |
removeFromAllOf(JSONSchemaProps... items) |
A |
removeFromAnyOf(JSONSchemaProps... items) |
A |
removeFromDefinitions(Map<String,JSONSchemaProps> map) |
A |
removeFromDefinitions(String key) |
A |
removeFromDependencies(Map<String,JSONSchemaPropsOrStringArray> map) |
A |
removeFromDependencies(String key) |
A |
removeFromEnum(com.fasterxml.jackson.databind.JsonNode... items) |
A |
removeFromOneOf(JSONSchemaProps... items) |
A |
removeFromPatternProperties(Map<String,JSONSchemaProps> map) |
A |
removeFromPatternProperties(String key) |
A |
removeFromProperties(Map<String,JSONSchemaProps> map) |
A |
removeFromProperties(String key) |
A |
removeFromRequired(String... items) |
A |
removeFromXKubernetesListMapKeys(String... items) |
A |
removeFromXKubernetesValidations(ValidationRule... items) |
A |
removeMatchingFromAllOf(Predicate<JSONSchemaPropsBuilder> predicate) |
A |
removeMatchingFromAnyOf(Predicate<JSONSchemaPropsBuilder> predicate) |
A |
removeMatchingFromOneOf(Predicate<JSONSchemaPropsBuilder> predicate) |
A |
removeMatchingFromXKubernetesValidations(Predicate<ValidationRuleBuilder> predicate) |
JSONSchemaPropsFluent.AllOfNested<A> |
setNewAllOfLike(int index,
JSONSchemaProps item) |
JSONSchemaPropsFluent.AnyOfNested<A> |
setNewAnyOfLike(int index,
JSONSchemaProps item) |
JSONSchemaPropsFluent.OneOfNested<A> |
setNewOneOfLike(int index,
JSONSchemaProps item) |
JSONSchemaPropsFluent.XKubernetesValidationsNested<A> |
setNewXKubernetesValidationLike(int index,
ValidationRule item) |
A |
setToAllOf(int index,
JSONSchemaProps item) |
A |
setToAnyOf(int index,
JSONSchemaProps item) |
A |
setToEnum(int index,
com.fasterxml.jackson.databind.JsonNode item) |
A |
setToOneOf(int index,
JSONSchemaProps item) |
A |
setToRequired(int index,
String item) |
A |
setToXKubernetesListMapKeys(int index,
String item) |
A |
setToXKubernetesValidations(int index,
ValidationRule item) |
String |
toString() |
A |
withAdditionalItems(JSONSchemaPropsOrBool additionalItems) |
A |
withAdditionalProperties(JSONSchemaPropsOrBool additionalProperties) |
A |
withAllOf(JSONSchemaProps... allOf) |
A |
withAllOf(List<JSONSchemaProps> allOf) |
A |
withAnyOf(JSONSchemaProps... anyOf) |
A |
withAnyOf(List<JSONSchemaProps> anyOf) |
A |
withDefault(com.fasterxml.jackson.databind.JsonNode _default) |
<K,V> A |
withDefinitions(Map<String,JSONSchemaProps> definitions) |
<K,V> A |
withDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies) |
A |
withDescription(String description) |
A |
withEnum(com.fasterxml.jackson.databind.JsonNode... _enum) |
A |
withEnum(List<com.fasterxml.jackson.databind.JsonNode> _enum) |
A |
withExample(com.fasterxml.jackson.databind.JsonNode example) |
A |
withExclusiveMaximum() |
A |
withExclusiveMaximum(Boolean exclusiveMaximum) |
A |
withExclusiveMinimum() |
A |
withExclusiveMinimum(Boolean exclusiveMinimum) |
A |
withExternalDocs(ExternalDocumentation externalDocs) |
A |
withFormat(String format) |
A |
withId(String id) |
A |
withItems(JSONSchemaPropsOrArray items) |
A |
withMaximum(Double maximum) |
A |
withMaxItems(Long maxItems) |
A |
withMaxLength(Long maxLength) |
A |
withMaxProperties(Long maxProperties) |
A |
withMinimum(Double minimum) |
A |
withMinItems(Long minItems) |
A |
withMinLength(Long minLength) |
A |
withMinProperties(Long minProperties) |
A |
withMultipleOf(Double multipleOf) |
JSONSchemaPropsFluent.AdditionalItemsNested<A> |
withNewAdditionalItems() |
JSONSchemaPropsFluent.AdditionalItemsNested<A> |
withNewAdditionalItemsLike(JSONSchemaPropsOrBool item) |
JSONSchemaPropsFluent.AdditionalPropertiesNested<A> |
withNewAdditionalProperties() |
JSONSchemaPropsFluent.AdditionalPropertiesNested<A> |
withNewAdditionalPropertiesLike(JSONSchemaPropsOrBool item) |
JSONSchemaPropsFluent.ExternalDocsNested<A> |
withNewExternalDocs() |
A |
withNewExternalDocs(String description,
String url) |
JSONSchemaPropsFluent.ExternalDocsNested<A> |
withNewExternalDocsLike(ExternalDocumentation item) |
JSONSchemaPropsFluent.ItemsNested<A> |
withNewItems() |
JSONSchemaPropsFluent.ItemsNested<A> |
withNewItemsLike(JSONSchemaPropsOrArray item) |
JSONSchemaPropsFluent.NotNested<A> |
withNewNot() |
JSONSchemaPropsFluent.NotNested<A> |
withNewNotLike(JSONSchemaProps item) |
A |
withNot(JSONSchemaProps not) |
A |
withNullable() |
A |
withNullable(Boolean nullable) |
A |
withOneOf(JSONSchemaProps... oneOf) |
A |
withOneOf(List<JSONSchemaProps> oneOf) |
A |
withPattern(String pattern) |
<K,V> A |
withPatternProperties(Map<String,JSONSchemaProps> patternProperties) |
<K,V> A |
withProperties(Map<String,JSONSchemaProps> properties) |
A |
withRef(String $ref) |
A |
withRequired(List<String> required) |
A |
withRequired(String... required) |
A |
withSchema(String $schema) |
A |
withTitle(String title) |
A |
withType(String type) |
A |
withUniqueItems() |
A |
withUniqueItems(Boolean uniqueItems) |
A |
withXKubernetesEmbeddedResource() |
A |
withXKubernetesEmbeddedResource(Boolean xKubernetesEmbeddedResource) |
A |
withXKubernetesIntOrString() |
A |
withXKubernetesIntOrString(Boolean xKubernetesIntOrString) |
A |
withXKubernetesListMapKeys(List<String> xKubernetesListMapKeys) |
A |
withXKubernetesListMapKeys(String... xKubernetesListMapKeys) |
A |
withXKubernetesListType(String xKubernetesListType) |
A |
withXKubernetesMapType(String xKubernetesMapType) |
A |
withXKubernetesPreserveUnknownFields() |
A |
withXKubernetesPreserveUnknownFields(Boolean xKubernetesPreserveUnknownFields) |
A |
withXKubernetesValidations(List<ValidationRule> xKubernetesValidations) |
A |
withXKubernetesValidations(ValidationRule... xKubernetesValidations) |