Uses of Class
org.apache.juneau.bean.jsonschema.JsonSchemaRef
Packages that use JsonSchemaRef
-
Uses of JsonSchemaRef in org.apache.juneau.bean.jsonschema
Methods in org.apache.juneau.bean.jsonschema that return JsonSchemaRefModifier and TypeMethodDescriptionJsonSchemaRef.addAdditionalItems(JsonSchema... additionalItems) JsonSchemaRef.addAllOf(JsonSchema... allOf) JsonSchemaRef.addAnyOf(JsonSchema... anyOf) JsonSchemaRef.addDef(String name, JsonSchema def) JsonSchemaRef.addDefinition(String name, JsonSchema definition) JsonSchemaRef.addDependency(String name, JsonSchema dependency) JsonSchemaRef.addDependentRequired(String name, List<String> required) JsonSchemaRef.addDependentSchema(String name, JsonSchema schema) JsonSchemaRef.addExamples(Object... examples) JsonSchemaRef.addItems(JsonSchema... items) JsonSchemaRef.addOneOf(JsonSchema... oneOf) JsonSchemaRef.addPatternProperties(JsonSchemaProperty... properties) JsonSchemaRef.addPrefixItems(JsonSchema... prefixItems) JsonSchemaRef.addProperties(JsonSchema... properties) JsonSchemaRef.addRequired(String... required) JsonSchemaRef.addRequired(List<String> required) JsonSchemaRef.addRequired(JsonSchemaProperty... properties) JsonSchemaRef.setAllOf(List<JsonSchema> allOf) JsonSchemaRef.setAnyOf(List<JsonSchema> anyOf) JsonSchemaRef.setContentEncoding(String contentEncoding) JsonSchemaRef.setContentMediaType(String contentMediaType) JsonSchemaRef.setDefinitions(Map<String, JsonSchema> definitions) JsonSchemaRef.setDependencies(Map<String, JsonSchema> dependencies) JsonSchemaRef.setDependentRequired(Map<String, List<String>> dependentRequired) JsonSchemaRef.setDependentSchemas(Map<String, JsonSchema> dependentSchemas) JsonSchemaRef.setDescription(String description) JsonSchemaRef.setExamples(List<Object> examples) JsonSchemaRef.setExclusiveMaximum(Number exclusiveMaximum) JsonSchemaRef.setExclusiveMinimum(Number exclusiveMinimum) JsonSchemaRef.setMaximum(Number maximum) JsonSchemaRef.setMaxItems(Integer maxItems) JsonSchemaRef.setMaxLength(Integer maxLength) JsonSchemaRef.setMaxProperties(Integer maxProperties) JsonSchemaRef.setMinimum(Number minimum) JsonSchemaRef.setMinItems(Integer minItems) JsonSchemaRef.setMinLength(Integer minLength) JsonSchemaRef.setMinProperties(Integer minProperties) JsonSchemaRef.setMultipleOf(Number multipleOf) JsonSchemaRef.setNot(JsonSchema not) JsonSchemaRef.setOneOf(List<JsonSchema> oneOf) JsonSchemaRef.setPattern(String pattern) JsonSchemaRef.setPatternProperties(Map<String, JsonSchema> patternProperties) JsonSchemaRef.setPrefixItems(JsonSchemaArray prefixItems) JsonSchemaRef.setProperties(Map<String, JsonSchema> properties) JsonSchemaRef.setReadOnly(Boolean readOnly) JsonSchemaRef.setRequired(List<String> required) JsonSchemaRef.setSchemaMap(JsonSchemaMap schemaMap) JsonSchemaRef.setUnevaluatedItems(JsonSchema unevaluatedItems) JsonSchemaRef.setUnevaluatedProperties(JsonSchema unevaluatedProperties) JsonSchemaRef.setUniqueItems(Boolean uniqueItems) JsonSchemaRef.setWriteOnly(Boolean writeOnly)