Package com.hexagonkt.core.media
Class MediaType
-
- All Implemented Interfaces:
public final class MediaTypeMedia type (also known as MIME type).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMediaType.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringfullTypeprivate final MediaTypeGroupgroupprivate final Stringtypepublic final static MediaType.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description MediaType(MediaTypeGroup group, String type)
-
Method Summary
Modifier and Type Method Description final StringgetFullType()final MediaTypeGroupgetGroup()final StringgetType()-
-
Constructor Detail
-
MediaType
MediaType(MediaTypeGroup group, String type)
-
-
Method Detail
-
getFullType
final String getFullType()
-
getGroup
final MediaTypeGroup getGroup()
-
getType
final String getType()
-
-
-
-