Interface ConstructorPropertySupport
-
- All Implemented Interfaces:
public interface ConstructorPropertySupport<SELF extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract SELF
addConstructorProperty(KotlinConstructorPropertySpecSupplier spec)
SELF
addConstructorProperty(String name, TypeName type, Function1<KotlinConstructorPropertySpecBuilder, Unit> block)
SELF
addConstructorProperty(String name, KClass<?> type, Function1<KotlinConstructorPropertySpecBuilder, Unit> block)
-
-
Method Detail
-
addConstructorProperty
abstract SELF addConstructorProperty(KotlinConstructorPropertySpecSupplier spec)
-
addConstructorProperty
SELF addConstructorProperty(String name, TypeName type, Function1<KotlinConstructorPropertySpecBuilder, Unit> block)
-
addConstructorProperty
SELF addConstructorProperty(String name, KClass<?> type, Function1<KotlinConstructorPropertySpecBuilder, Unit> block)
-
-
-
-