public final class StructuredMediaTypeDecoderKt
final static <T extends Any> T
decode(StructuredMediaTypeDecoder $self, Map<String, Object> data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static <T extends Any> T decode(StructuredMediaTypeDecoder $self, Map<String, Object> data)
Decodes a structured Map into a specific Java/Kotlin type.
The target Java/Kotlin type is deduced by the reified type parameter T.
data