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: kotlinpoet/api/kotlinpoet.api
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -750,6 +750,8 @@ public final class com/squareup/kotlinpoet/PropertySpec : com/squareup/kotlinpoe
750
750
public static final fun builder (Ljava/lang/String;Lkotlin/reflect/KClass;[Lcom/squareup/kotlinpoet/KModifier;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
751
751
public fun equals (Ljava/lang/Object;)Z
752
752
public fun getAnnotations ()Ljava/util/List;
753
+
public final fun getBackingFieldInitializer ()Lcom/squareup/kotlinpoet/CodeBlock;
754
+
public final fun getBackingFieldType ()Lcom/squareup/kotlinpoet/TypeName;
753
755
public fun getContextParameters ()Ljava/util/List;
754
756
public fun getContextReceiverTypes ()Ljava/util/List;
755
757
public final fun getDelegated ()Z
@@ -794,6 +796,10 @@ public final class com/squareup/kotlinpoet/PropertySpec$Builder : com/squareup/k
794
796
public final fun addModifiers ([Lcom/squareup/kotlinpoet/KModifier;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
795
797
public final fun addTypeVariable (Lcom/squareup/kotlinpoet/TypeVariableName;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
796
798
public final fun addTypeVariables (Ljava/lang/Iterable;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
799
+
public final fun backingFieldInitializer (Lcom/squareup/kotlinpoet/CodeBlock;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
800
+
public final fun backingFieldInitializer (Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
801
+
public final fun backingFieldType (Lcom/squareup/kotlinpoet/TypeName;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
802
+
public final fun backingFieldType (Lkotlin/reflect/KClass;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
797
803
public final fun build ()Lcom/squareup/kotlinpoet/PropertySpec;
798
804
public final fun delegate (Lcom/squareup/kotlinpoet/CodeBlock;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
799
805
public final fun delegate (Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/kotlinpoet/PropertySpec$Builder;
0 commit comments