Package springfox.documentation.service
Class Encoding
- java.lang.Object
-
- springfox.documentation.service.Encoding
-
public class Encoding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Encoding(java.lang.String propertyRef, java.lang.String contentType, ParameterStyle style, java.lang.Boolean explode, java.lang.Boolean allowReserved, java.util.Set<Header> headers, java.util.Collection<VendorExtension> vendorExtensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.Boolean
getAllowReserved()
java.lang.String
getContentType()
java.lang.Boolean
getExplode()
java.util.Collection<VendorExtension>
getExtensions()
java.util.Collection<Header>
getHeaders()
java.lang.String
getPropertyRef()
ParameterStyle
getStyle()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Encoding
public Encoding(java.lang.String propertyRef, java.lang.String contentType, ParameterStyle style, java.lang.Boolean explode, java.lang.Boolean allowReserved, java.util.Set<Header> headers, java.util.Collection<VendorExtension> vendorExtensions)
-
-
Method Detail
-
getContentType
public java.lang.String getContentType()
-
getStyle
public ParameterStyle getStyle()
-
getExplode
public java.lang.Boolean getExplode()
-
getAllowReserved
public java.lang.Boolean getAllowReserved()
-
getHeaders
public java.util.Collection<Header> getHeaders()
-
getExtensions
public java.util.Collection<VendorExtension> getExtensions()
-
getPropertyRef
public java.lang.String getPropertyRef()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-