Package io.swagger.models.properties
Class ByteArrayProperty
- java.lang.Object
-
- io.swagger.models.properties.AbstractProperty
-
- io.swagger.models.properties.StringProperty
-
- io.swagger.models.properties.ByteArrayProperty
-
public class ByteArrayProperty extends StringProperty implements Property
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.swagger.models.properties.StringProperty
StringProperty.Format
-
-
Field Summary
-
Fields inherited from class io.swagger.models.properties.StringProperty
_default, _enum, maxLength, minLength, pattern, TYPE
-
Fields inherited from class io.swagger.models.properties.AbstractProperty
access, allowEmptyValue, booleanValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml
-
-
Constructor Summary
Constructors Constructor Description ByteArrayProperty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArrayPropertyexample(String example)static booleanisType(String type, String format)ByteArrayPropertyreadOnly()ByteArrayPropertyvendorExtension(String key, Object obj)ByteArrayPropertyxml(Xml xml)-
Methods inherited from class io.swagger.models.properties.StringProperty
_default, _enum, _enum, equals, getDefault, getEnum, getMaxLength, getMinLength, getPattern, hashCode, maxLength, minLength, pattern, required, setDefault, setEnum, setMaxLength, setMinLength, setPattern
-
Methods inherited from class io.swagger.models.properties.AbstractProperty
allowEmptyValue, description, getAccess, getAllowEmptyValue, getBooleanValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setBooleanValue, setDescription, setExample, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setVendorExtensions, setXml, title
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.swagger.models.properties.Property
description, getAccess, getAllowEmptyValue, getBooleanValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setBooleanValue, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, title
-
-
-
-
Method Detail
-
xml
public ByteArrayProperty xml(Xml xml)
- Overrides:
xmlin classStringProperty
-
example
public ByteArrayProperty example(String example)
- Overrides:
examplein classStringProperty
-
vendorExtension
public ByteArrayProperty vendorExtension(String key, Object obj)
- Overrides:
vendorExtensionin classStringProperty
-
readOnly
public ByteArrayProperty readOnly()
- Overrides:
readOnlyin classStringProperty
-
-