Package io.openapiparser.model.v31
Class Encoding
- java.lang.Object
-
- io.openapiparser.Properties
-
- io.openapiparser.model.v31.Encoding
-
- All Implemented Interfaces:
Extensions
public class Encoding extends Properties implements Extensions
the Encoding object.See specification: 4.8.15 Encoding Object
-
-
Field Summary
-
Fields inherited from class io.openapiparser.Properties
bucket, context
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAllowReserved()@Nullable java.lang.StringgetContentType()java.lang.BooleangetExplode()java.util.Map<java.lang.String,java.lang.Object>getExtensions()map of all extension properties.java.util.Map<java.lang.String,Header>getHeaders()java.lang.StringgetStyle()-
Methods inherited from class io.openapiparser.Properties
getBooleanOrDefault, getBooleanOrFalse, getBooleanOrNull, getIntegerOrDefault, getIntegerOrNull, getMapObjectsOrEmpty, getMapObjectsOrEmpty, getMapSetStringsOrEmpty, getMapStringsOrEmpty, getNumberOrNull, getObjectOrNull, getObjectOrThrow, getObjectsOrEmpty, getRawValue, getRawValueOf, getRefObject, getRefObjectOrThrow, getStringOrNull, getStringOrThrow, getStringsOrEmpty, getStringsOrNull, getValueOf, hasProperty
-
-
-
-
Constructor Detail
-
Encoding
public Encoding(Context context, io.openapiprocessor.jsonschema.schema.Bucket bucket)
-
-
Method Detail
-
getContentType
public @Nullable java.lang.String getContentType()
-
getHeaders
public java.util.Map<java.lang.String,Header> getHeaders()
-
getStyle
public java.lang.String getStyle()
-
getExplode
public java.lang.Boolean getExplode()
-
getAllowReserved
public java.lang.Boolean getAllowReserved()
-
getExtensions
public java.util.Map<java.lang.String,java.lang.Object> getExtensions()
Description copied from interface:Extensionsmap of all extension properties.- Specified by:
getExtensionsin interfaceExtensions- Overrides:
getExtensionsin classProperties- Returns:
- map of extension properties
-
-