-
- All Implemented Interfaces:
public final class TextMediaTypeDecoderKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Tdecode(TextMediaTypeDecoder $self, String data)Decodes text into a specific Java/Kotlin type. -
-
Method Detail
-
decode
final static <T extends Any> T decode(TextMediaTypeDecoder $self, String data)
Decodes text into a specific Java/Kotlin type.
- Parameters:
data- Text data.
-
-
-
-