|
| 1 | +public abstract class smirnov/oleg/json/pointer/JsonPointer { |
| 2 | + public static final field Companion Lsmirnov/oleg/json/pointer/JsonPointer$Companion; |
| 3 | + public static final field ROOT Lsmirnov/oleg/json/pointer/JsonPointer; |
| 4 | + public synthetic fun <init> (Ljava/lang/String;ILsmirnov/oleg/json/pointer/JsonPointer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V |
| 5 | + public synthetic fun <init> (Ljava/lang/String;ILsmirnov/oleg/json/pointer/JsonPointer;Lkotlin/jvm/internal/DefaultConstructorMarker;)V |
| 6 | + public static final fun compile (Ljava/lang/String;)Lsmirnov/oleg/json/pointer/JsonPointer; |
| 7 | + public fun equals (Ljava/lang/Object;)Z |
| 8 | + public fun hashCode ()I |
| 9 | + public fun toString ()Ljava/lang/String; |
| 10 | +} |
| 11 | + |
| 12 | +public final class smirnov/oleg/json/pointer/JsonPointer$Companion { |
| 13 | + public final fun compile (Ljava/lang/String;)Lsmirnov/oleg/json/pointer/JsonPointer; |
| 14 | +} |
| 15 | + |
| 16 | +public final class smirnov/oleg/json/pointer/JsonPointerExtensions { |
| 17 | + public static final fun at (Lkotlinx/serialization/json/JsonElement;Lsmirnov/oleg/json/pointer/JsonPointer;)Lkotlinx/serialization/json/JsonElement; |
| 18 | + public static final fun div (Lsmirnov/oleg/json/pointer/JsonPointer;Ljava/lang/String;)Lsmirnov/oleg/json/pointer/JsonPointer; |
| 19 | + public static final fun get (Lsmirnov/oleg/json/pointer/JsonPointer;I)Lsmirnov/oleg/json/pointer/JsonPointer; |
| 20 | + public static final fun plus (Lsmirnov/oleg/json/pointer/JsonPointer;Lsmirnov/oleg/json/pointer/JsonPointer;)Lsmirnov/oleg/json/pointer/JsonPointer; |
| 21 | + public static final fun relative (Lsmirnov/oleg/json/pointer/JsonPointer;Lsmirnov/oleg/json/pointer/JsonPointer;)Lsmirnov/oleg/json/pointer/JsonPointer; |
| 22 | +} |
| 23 | + |
| 24 | +public final class smirnov/oleg/json/pointer/JsonPointerKt { |
| 25 | + public static final fun JsonPointer (Ljava/lang/String;)Lsmirnov/oleg/json/pointer/JsonPointer; |
| 26 | +} |
| 27 | + |
| 28 | +public abstract interface class smirnov/oleg/json/schema/ErrorCollector { |
| 29 | + public static final field Companion Lsmirnov/oleg/json/schema/ErrorCollector$Companion; |
| 30 | + public static final field EMPTY Lsmirnov/oleg/json/schema/ErrorCollector; |
| 31 | + public abstract fun onError (Lsmirnov/oleg/json/schema/ValidationError;)V |
| 32 | +} |
| 33 | + |
| 34 | +public final class smirnov/oleg/json/schema/ErrorCollector$Companion { |
| 35 | +} |
| 36 | + |
| 37 | +public final class smirnov/oleg/json/schema/JsonSchema { |
| 38 | + public static final field Companion Lsmirnov/oleg/json/schema/JsonSchema$Companion; |
| 39 | + public static final fun fromDescription (Ljava/lang/String;)Lsmirnov/oleg/json/schema/JsonSchema; |
| 40 | + public final fun validate (Lkotlinx/serialization/json/JsonElement;Lsmirnov/oleg/json/schema/ErrorCollector;)Z |
| 41 | +} |
| 42 | + |
| 43 | +public final class smirnov/oleg/json/schema/JsonSchema$Companion { |
| 44 | + public final fun fromDescription (Ljava/lang/String;)Lsmirnov/oleg/json/schema/JsonSchema; |
| 45 | +} |
| 46 | + |
| 47 | +public final class smirnov/oleg/json/schema/ValidationError { |
| 48 | + public fun <init> (Lsmirnov/oleg/json/pointer/JsonPointer;Lsmirnov/oleg/json/pointer/JsonPointer;Ljava/lang/String;Ljava/util/Map;Lsmirnov/oleg/json/pointer/JsonPointer;)V |
| 49 | + public synthetic fun <init> (Lsmirnov/oleg/json/pointer/JsonPointer;Lsmirnov/oleg/json/pointer/JsonPointer;Ljava/lang/String;Ljava/util/Map;Lsmirnov/oleg/json/pointer/JsonPointer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V |
| 50 | + public final fun component1 ()Lsmirnov/oleg/json/pointer/JsonPointer; |
| 51 | + public final fun component2 ()Lsmirnov/oleg/json/pointer/JsonPointer; |
| 52 | + public final fun component3 ()Ljava/lang/String; |
| 53 | + public final fun component4 ()Ljava/util/Map; |
| 54 | + public final fun component5 ()Lsmirnov/oleg/json/pointer/JsonPointer; |
| 55 | + public final fun copy (Lsmirnov/oleg/json/pointer/JsonPointer;Lsmirnov/oleg/json/pointer/JsonPointer;Ljava/lang/String;Ljava/util/Map;Lsmirnov/oleg/json/pointer/JsonPointer;)Lsmirnov/oleg/json/schema/ValidationError; |
| 56 | + public static synthetic fun copy$default (Lsmirnov/oleg/json/schema/ValidationError;Lsmirnov/oleg/json/pointer/JsonPointer;Lsmirnov/oleg/json/pointer/JsonPointer;Ljava/lang/String;Ljava/util/Map;Lsmirnov/oleg/json/pointer/JsonPointer;ILjava/lang/Object;)Lsmirnov/oleg/json/schema/ValidationError; |
| 57 | + public fun equals (Ljava/lang/Object;)Z |
| 58 | + public final fun getAbsoluteLocation ()Lsmirnov/oleg/json/pointer/JsonPointer; |
| 59 | + public final fun getDetails ()Ljava/util/Map; |
| 60 | + public final fun getMessage ()Ljava/lang/String; |
| 61 | + public final fun getObjectPath ()Lsmirnov/oleg/json/pointer/JsonPointer; |
| 62 | + public final fun getSchemaPath ()Lsmirnov/oleg/json/pointer/JsonPointer; |
| 63 | + public fun hashCode ()I |
| 64 | + public fun toString ()Ljava/lang/String; |
| 65 | +} |
| 66 | + |
| 67 | +public final class smirnov/oleg/json/schema/internal/KeyWords : java/lang/Enum { |
| 68 | + public static final field ANCHOR Lsmirnov/oleg/json/schema/internal/KeyWords; |
| 69 | + public static final field DEFINITIONS Lsmirnov/oleg/json/schema/internal/KeyWords; |
| 70 | + public static final field ID Lsmirnov/oleg/json/schema/internal/KeyWords; |
| 71 | + public static final field REF Lsmirnov/oleg/json/schema/internal/KeyWords; |
| 72 | + public static fun valueOf (Ljava/lang/String;)Lsmirnov/oleg/json/schema/internal/KeyWords; |
| 73 | + public static fun values ()[Lsmirnov/oleg/json/schema/internal/KeyWords; |
| 74 | +} |
| 75 | + |
0 commit comments