Uses of Class
org.apache.juneau.bean.openapi3.Items
Packages that use Items
-
Uses of Items in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return ItemsModifier and TypeMethodDescriptionAdds one or more values to theenum property.Items.copy()
Make a deep copy of this object.Items.getItems()
Bean property getter:items .SchemaInfo.getItems()
Bean property getter:items .static final Items
OpenApiBuilder.items()
Creates an emptyItems
element.static final Items
Items.resolveRefs
(OpenApi openApi, Deque<String> refStack, int maxDepth) Resolves any"$ref" attributes in this element.Items.setCollectionFormat
(String value) Bean property setter:collectionFormat .Items.setDefault
(Object value) Bean property setter:default .Adds one or more values to theenum property.Items.setEnum
(Collection<Object> value) Bean property setter:enum .Items.setExclusiveMaximum
(Boolean value) Bean property setter:exclusiveMaximum .Items.setExclusiveMinimum
(Boolean value) Bean property setter:exclusiveMinimum .Bean property setter:format .Bean property setter:items .Items.setMaximum
(Number value) Bean property setter:maximum .Items.setMaxItems
(Integer value) Bean property setter:maxItems .Items.setMaxLength
(Integer value) Bean property setter:maxLength .Items.setMinimum
(Number value) Bean property setter:minimum .Items.setMinItems
(Integer value) Bean property setter:minItems .Items.setMinLength
(Integer value) Bean property setter:minLength .Items.setMultipleOf
(Number value) Bean property setter:multipleOf .Items.setPattern
(String value) Bean property setter:pattern .Bean property setter:$ref .Bean property setter:type .Items.setUniqueItems
(Boolean value) Bean property setter:uniqueItems .protected Items
Items.strict()
Methods in org.apache.juneau.bean.openapi3 with parameters of type ItemsModifier and TypeMethodDescriptionBean property setter:items .Bean property setter:items .Constructors in org.apache.juneau.bean.openapi3 with parameters of type Items