-
- All Implemented Interfaces:
-
com.hexagonkt.core.media.MediaType
public final class CustomMedia implements MediaType
Create a media type (for types not included by default).
-
-
Constructor Summary
Constructors Constructor Description CustomMedia(MediaTypeGroup group, String type)
-
Method Summary
Modifier and Type Method Description StringgetFullType()MediaTypeGroupgetGroup()StringgetType()-
-
Constructor Detail
-
CustomMedia
CustomMedia(MediaTypeGroup group, String type)
-
-
Method Detail
-
getFullType
String getFullType()
-
getGroup
MediaTypeGroup getGroup()
-
-
-
-