Uses of Class
org.apache.juneau.bean.swagger.SchemaInfo
Packages that use SchemaInfo
-
Uses of SchemaInfo in org.apache.juneau.bean.swagger
Methods in org.apache.juneau.bean.swagger that return SchemaInfoModifier and TypeMethodDescriptionSchemaInfo.addAllOf
(Collection<SchemaInfo> values) Bean property fluent setter:allOf .SchemaInfo.addAllOf
(SchemaInfo... values) Bean property appender:allOf .Bean property appender:enum .SchemaInfo.addEnum
(Collection<Object> values) Bean property fluent setter:enum .SchemaInfo.addProperty
(String key, SchemaInfo value) Bean property appender:properties .SchemaInfo.addRequiredProperties
(String... value) Bean property appender:requiredProperties .SchemaInfo.addRequiredProperties
(Collection<String> values) Bean property fluent setter:requiredProperties .SchemaInfo.copy()
Make a deep copy of this object.SchemaInfo.getAdditionalProperties()
Bean property getter:additionalProperties .ParameterInfo.getSchema()
Bean property getter:schema .ResponseInfo.getSchema()
Bean property getter:schema .SchemaInfo.resolveRefs
(Swagger swagger, Deque<String> refStack, int maxDepth) Resolves any"$ref" attributes in this element.static final SchemaInfo
SwaggerBuilder.schemaInfo()
Creates an emptySchemaInfo
element.SchemaInfo.setAdditionalProperties
(SchemaInfo value) Bean property setter:additionalProperties .SchemaInfo.setAllOf
(Collection<SchemaInfo> value) Bean property setter:allOf .SchemaInfo.setAllOf
(SchemaInfo... value) Bean property fluent setter:allOf .SchemaInfo.setDefault
(Object value) Bean property setter:default .SchemaInfo.setDescription
(String value) Bean property setter:description .SchemaInfo.setDiscriminator
(String value) Bean property setter:discriminator .Bean property fluent setter:enum .SchemaInfo.setEnum
(Collection<Object> value) Bean property setter:enum .SchemaInfo.setExample
(Object value) Bean property setter:example .SchemaInfo.setExclusiveMaximum
(Boolean value) Bean property setter:exclusiveMaximum .SchemaInfo.setExclusiveMinimum
(Boolean value) Bean property setter:exclusiveMinimum .SchemaInfo.setExternalDocs
(ExternalDocumentation value) Bean property setter:externalDocs .Bean property setter:format .Bean property setter:items .SchemaInfo.setMaximum
(Number value) Bean property setter:maximum .SchemaInfo.setMaxItems
(Integer value) Bean property setter:maxItems .SchemaInfo.setMaxLength
(Integer value) Bean property setter:maxLength .SchemaInfo.setMaxProperties
(Integer value) Bean property setter:maxProperties .SchemaInfo.setMinimum
(Number value) Bean property setter:minimum .SchemaInfo.setMinItems
(Integer value) Bean property setter:minItems .SchemaInfo.setMinLength
(Integer value) Bean property setter:minLength .SchemaInfo.setMinProperties
(Integer value) Bean property setter:minProperties .SchemaInfo.setMultipleOf
(Number value) Bean property setter:multipleOf .SchemaInfo.setPattern
(String value) Bean property setter:pattern .SchemaInfo.setProperties
(Map<String, SchemaInfo> value) Bean property setter:properties .SchemaInfo.setReadOnly
(Boolean value) Bean property setter:readOnly .Bean property setter:$ref .SchemaInfo.setRequired
(Boolean value) Bean property setter:required .SchemaInfo.setRequiredProperties
(String... value) Bean property fluent setter:requiredProperties .SchemaInfo.setRequiredProperties
(Collection<String> value) Bean property setter:requiredProperties .Bean property setter:title .Bean property setter:type .SchemaInfo.setUniqueItems
(Boolean value) Bean property setter:uniqueItems .Bean property setter:xml .SchemaInfo.strict()
Sets strict mode on this bean.Sets strict mode on this bean.Methods in org.apache.juneau.bean.swagger that return types with arguments of type SchemaInfoModifier and TypeMethodDescriptionSchemaInfo.getAllOf()
Bean property getter:allOf .SchemaInfo.getProperties()
Bean property getter:properties .Methods in org.apache.juneau.bean.swagger with parameters of type SchemaInfoModifier and TypeMethodDescriptionSchemaInfo.addAllOf
(SchemaInfo... values) Bean property appender:allOf .SchemaInfo.addProperty
(String key, SchemaInfo value) Bean property appender:properties .SchemaInfo.setAdditionalProperties
(SchemaInfo value) Bean property setter:additionalProperties .SchemaInfo.setAllOf
(SchemaInfo... value) Bean property fluent setter:allOf .ParameterInfo.setSchema
(SchemaInfo value) Bean property setter:schema .ResponseInfo.setSchema
(SchemaInfo value) Bean property setter:schema .Method parameters in org.apache.juneau.bean.swagger with type arguments of type SchemaInfoModifier and TypeMethodDescriptionSchemaInfo.addAllOf
(Collection<SchemaInfo> values) Bean property fluent setter:allOf .SchemaInfo.setAllOf
(Collection<SchemaInfo> value) Bean property setter:allOf .SchemaInfo.setProperties
(Map<String, SchemaInfo> value) Bean property setter:properties .Constructors in org.apache.juneau.bean.swagger with parameters of type SchemaInfo