Uses of Class
org.apache.juneau.bean.jsonschema.JsonSchemaArray
Packages that use JsonSchemaArray
-
Uses of JsonSchemaArray in org.apache.juneau.bean.jsonschema
Methods in org.apache.juneau.bean.jsonschema that return JsonSchemaArrayModifier and TypeMethodDescriptionJsonSchemaArray.addAll
(JsonSchema... schemas) Convenience method for adding one or moreJsonSchema
objects to this array.JsonSchema.getItemsAsSchemaArray()
Bean property getter:items .JsonSchema.getPrefixItems()
Bean property getter:prefixItems .Methods in org.apache.juneau.bean.jsonschema with parameters of type JsonSchemaArrayModifier and TypeMethodDescriptionJsonSchema.setPrefixItems
(JsonSchemaArray prefixItems) Bean property setter:prefixItems .