Uses of Class
org.apache.juneau.annotation.ItemsAnnotation.Builder
Packages that use ItemsAnnotation.Builder
-
Uses of ItemsAnnotation.Builder in org.apache.juneau.annotation
Methods in org.apache.juneau.annotation that return ItemsAnnotation.BuilderModifier and TypeMethodDescriptionSets theItems._default()
property on this annotation.Sets theItems._enum()
property on this annotation.Sets theItems.$ref()
property on this annotation.Sets theItems.cf()
property on this annotation.ItemsAnnotation.Builder.collectionFormat
(String value) Sets theItems.collectionFormat()
property on this annotation.static ItemsAnnotation.Builder
ItemsAnnotation.create()
Instantiates a new builder for this class.Sets theItems.df()
property on this annotation.Sets theItems.e()
property on this annotation.ItemsAnnotation.Builder.emax
(boolean value) Sets theItems.emax()
property on this annotation.ItemsAnnotation.Builder.emin
(boolean value) Sets theItems.emin()
property on this annotation.ItemsAnnotation.Builder.exclusiveMaximum
(boolean value) Sets theItems.exclusiveMaximum()
property on this annotation.ItemsAnnotation.Builder.exclusiveMinimum
(boolean value) Sets theItems.exclusiveMinimum()
property on this annotation.Sets theItems.f()
property on this annotation.Sets theItems.format()
property on this annotation.Sets theItems.items()
property on this annotation.Sets theItems.max()
property on this annotation.ItemsAnnotation.Builder.maxi
(long value) Sets theItems.maxi()
property on this annotation.Sets theItems.maximum()
property on this annotation.ItemsAnnotation.Builder.maxItems
(long value) Sets theItems.maxItems()
property on this annotation.ItemsAnnotation.Builder.maxl
(long value) Sets theItems.maxl()
property on this annotation.ItemsAnnotation.Builder.maxLength
(long value) Sets theItems.maxLength()
property on this annotation.Sets theItems.min()
property on this annotation.ItemsAnnotation.Builder.mini
(long value) Sets theItems.mini()
property on this annotation.Sets theItems.minimum()
property on this annotation.ItemsAnnotation.Builder.minItems
(long value) Sets theItems.minItems()
property on this annotation.ItemsAnnotation.Builder.minl
(long value) Sets theItems.minl()
property on this annotation.ItemsAnnotation.Builder.minLength
(long value) Sets theItems.minLength()
property on this annotation.Sets theItems.mo()
property on this annotation.ItemsAnnotation.Builder.multipleOf
(String value) Sets theItems.multipleOf()
property on this annotation.Sets theItems.p()
property on this annotation.Sets theItems.pattern()
property on this annotation.Sets theItems.t()
property on this annotation.Sets theItems.type()
property on this annotation.ItemsAnnotation.Builder.ui
(boolean value) Sets theItems.ui()
property on this annotation.ItemsAnnotation.Builder.uniqueItems
(boolean value) Sets theItems.uniqueItems()
property on this annotation.