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: json-schema-validator-objects/api/json-schema-validator-objects.api
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,29 @@ public final class io/github/optimumcode/json/schema/wrappers/objects/ObjectWrap
2
2
public static final fun wrapAsElement (Ljava/lang/Object;)Lio/github/optimumcode/json/schema/model/AbstractElement;
3
3
public static final fun wrapAsElement (Ljava/lang/Object;Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;)Lio/github/optimumcode/json/schema/model/AbstractElement;
4
4
public static synthetic fun wrapAsElement$default (Ljava/lang/Object;Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;ILjava/lang/Object;)Lio/github/optimumcode/json/schema/model/AbstractElement;
5
-
public static final fun wrappingConfiguration ()Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
6
-
public static final fun wrappingConfiguration (Z)Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
7
-
public static final fun wrappingConfiguration (ZZ)Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
8
-
public static final fun wrappingConfiguration (ZZZ)Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
9
-
public static synthetic fun wrappingConfiguration$default (ZZZILjava/lang/Object;)Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
10
5
}
11
6
12
7
public final class io/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration {
13
-
public fun <init> ()V
8
+
public static final field Companion Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration$Companion;
9
+
public static final fun create ()Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
10
+
public static final fun create (Lkotlin/jvm/functions/Function1;)Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
14
11
public final fun getAllowSets ()Z
15
12
public final fun getByteArrayAsBase64String ()Z
16
13
public final fun getCharAsCodepoint ()Z
17
14
}
18
15
16
+
public final class io/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration$Companion {
17
+
public final fun create ()Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
18
+
public final fun create (Lkotlin/jvm/functions/Function1;)Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
19
+
public static synthetic fun create$default (Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration$Companion;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;
20
+
}
21
+
22
+
public final class io/github/optimumcode/json/schema/wrappers/objects/WrappingConfigurationBuilder {
0 commit comments