Uses of Interface
com.reprezen.kaizen.oasparser.model3.MediaType
-
Packages that use MediaType Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of MediaType in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement MediaType Modifier and Type Class Description classMediaTypeImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type MediaType Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<MediaType>MediaTypeImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return MediaType Modifier and Type Method Description static <OV extends com.reprezen.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.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type MediaType Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.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.reprezen.kaizen.oasparser.ovl3 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.reprezen.kaizen.oasparser.ovl3 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.reprezen.kaizen.oasparser.ovl3 with parameters of type MediaType Constructor Description MediaTypeImpl(MediaType mediaType, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-