You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ktor-client/ktor-client-plugins/ktor-client-content-negotiation/api/ktor-client-content-negotiation.api
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@ public final class io/ktor/client/plugins/contentnegotiation/ContentNegotiation
9
9
public final class io/ktor/client/plugins/contentnegotiation/ContentNegotiation$Config : io/ktor/serialization/Configuration {
10
10
public fun <init> ()V
11
11
public final fun clearIgnoredTypes ()V
12
-
public final fun getIgnoredTypes ()Ljava/util/Set;
12
+
public final fun ignoreType (Lkotlin/reflect/KClass;)V
13
13
public final fun register (Lio/ktor/http/ContentType;Lio/ktor/serialization/ContentConverter;Lio/ktor/http/ContentTypeMatcher;Lkotlin/jvm/functions/Function1;)V
14
14
public fun register (Lio/ktor/http/ContentType;Lio/ktor/serialization/ContentConverter;Lkotlin/jvm/functions/Function1;)V
15
+
public final fun removeIgnoredType (Lkotlin/reflect/KClass;)V
15
16
}
16
17
17
18
public final class io/ktor/client/plugins/contentnegotiation/ContentNegotiation$Plugin : io/ktor/client/plugins/HttpClientPlugin {
Copy file name to clipboardExpand all lines: ktor-client/ktor-client-plugins/ktor-client-content-negotiation/common/src/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.kt
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ public class ContentNegotiation internal constructor(
Copy file name to clipboardExpand all lines: ktor-server/ktor-server-plugins/ktor-server-content-negotiation/jvmAndNix/src/io/ktor/server/plugins/contentnegotiation/ContentNegotiationConfig.kt
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ public class ContentNegotiationConfig : Configuration {
0 commit comments