Skip to content

Commit cc5326a

Browse files
committed
Update api dump
1 parent 31e26bb commit cc5326a

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

json-schema-validator-objects/api/json-schema-validator-objects.api

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,29 @@ public final class io/github/optimumcode/json/schema/wrappers/objects/ObjectWrap
22
public static final fun wrapAsElement (Ljava/lang/Object;)Lio/github/optimumcode/json/schema/model/AbstractElement;
33
public static final fun wrapAsElement (Ljava/lang/Object;Lio/github/optimumcode/json/schema/wrappers/objects/WrappingConfiguration;)Lio/github/optimumcode/json/schema/model/AbstractElement;
44
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;
105
}
116

127
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;
1411
public final fun getAllowSets ()Z
1512
public final fun getByteArrayAsBase64String ()Z
1613
public final fun getCharAsCodepoint ()Z
1714
}
1815

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 {
23+
public final fun getAllowSets ()Z
24+
public final fun getByteArrayAsBase64String ()Z
25+
public final fun getCharAsCodepoint ()Z
26+
public final fun setAllowSets (Z)V
27+
public final fun setByteArrayAsBase64String (Z)V
28+
public final fun setCharAsCodepoint (Z)V
29+
}
30+

0 commit comments

Comments
 (0)