Uses of Interface
com.networknt.oas.model.MediaType
-
Packages that use MediaType Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of MediaType in com.networknt.oas.model
Methods in com.networknt.oas.model that return MediaType Modifier and Type Method Description MediaTypeHeader. getContentMediaType(String name)MediaTypeParameter. getContentMediaType(String name)MediaTypeRequestBody. getContentMediaType(String name)MediaTypeResponse. getContentMediaType(String name)Methods in com.networknt.oas.model that return types with arguments of type MediaType Modifier and Type Method Description Map<String,MediaType>Header. getContentMediaTypes()Map<String,MediaType>Header. getContentMediaTypes(boolean elaborate)Map<String,MediaType>Parameter. getContentMediaTypes()Map<String,MediaType>Parameter. getContentMediaTypes(boolean elaborate)Map<String,MediaType>RequestBody. getContentMediaTypes()Map<String,MediaType>RequestBody. getContentMediaTypes(boolean elaborate)Map<String,MediaType>Response. getContentMediaTypes()Map<String,MediaType>Response. getContentMediaTypes(boolean elaborate)Methods in com.networknt.oas.model with parameters of type MediaType Modifier and Type Method Description voidHeader. setContentMediaType(String name, MediaType contentMediaType)voidParameter. setContentMediaType(String name, MediaType contentMediaType)voidRequestBody. setContentMediaType(String name, MediaType contentMediaType)voidResponse. setContentMediaType(String name, MediaType contentMediaType)Method parameters in com.networknt.oas.model with type arguments of type MediaType Modifier and Type Method Description voidHeader. setContentMediaTypes(Map<String,MediaType> contentMediaTypes)voidParameter. setContentMediaTypes(Map<String,MediaType> contentMediaTypes)voidRequestBody. setContentMediaTypes(Map<String,MediaType> contentMediaTypes)voidResponse. setContentMediaTypes(Map<String,MediaType> contentMediaTypes) -
Uses of MediaType in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement MediaType Modifier and Type Class Description classMediaTypeImplFields in com.networknt.oas.model.impl with type parameters of type MediaType Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<MediaType>MediaTypeImpl. factoryMethods in com.networknt.oas.model.impl that return MediaType Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
MediaTypeMediaTypeImpl. create(OV modelMember)MediaTypeHeaderImpl. getContentMediaType(String name)MediaTypeParameterImpl. getContentMediaType(String name)MediaTypeRequestBodyImpl. getContentMediaType(String name)MediaTypeResponseImpl. getContentMediaType(String name)Methods in com.networknt.oas.model.impl that return types with arguments of type MediaType Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<MediaType>MediaTypeImpl. builder(OV modelMember)Map<String,MediaType>HeaderImpl. getContentMediaTypes()Map<String,MediaType>HeaderImpl. getContentMediaTypes(boolean elaborate)Map<String,MediaType>ParameterImpl. getContentMediaTypes()Map<String,MediaType>ParameterImpl. getContentMediaTypes(boolean elaborate)Map<String,MediaType>RequestBodyImpl. getContentMediaTypes()Map<String,MediaType>RequestBodyImpl. getContentMediaTypes(boolean elaborate)Map<String,MediaType>ResponseImpl. getContentMediaTypes()Map<String,MediaType>ResponseImpl. getContentMediaTypes(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type MediaType Modifier and Type Method Description voidHeaderImpl. setContentMediaType(String name, MediaType contentMediaType)voidParameterImpl. setContentMediaType(String name, MediaType contentMediaType)voidRequestBodyImpl. setContentMediaType(String name, MediaType contentMediaType)voidResponseImpl. setContentMediaType(String name, MediaType contentMediaType)Method parameters in com.networknt.oas.model.impl with type arguments of type MediaType Modifier and Type Method Description voidHeaderImpl. setContentMediaTypes(Map<String,MediaType> contentMediaTypes)voidParameterImpl. setContentMediaTypes(Map<String,MediaType> contentMediaTypes)voidRequestBodyImpl. setContentMediaTypes(Map<String,MediaType> contentMediaTypes)voidResponseImpl. setContentMediaTypes(Map<String,MediaType> contentMediaTypes)Constructors in com.networknt.oas.model.impl with parameters of type MediaType Constructor Description MediaTypeImpl(MediaType mediaType, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-