Interface PoetSpecBuilder
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.Builder
,io.toolisticon.kotlin.generation.poet.PoetSpecSupplier
,java.util.function.Supplier
public interface PoetSpecBuilder<SELF extends PoetSpecBuilder<SELF, BUILDER, SPEC, SUPPLIER>, BUILDER extends Object, SPEC extends Object, SUPPLIER extends PoetSpecSupplier<SPEC>> implements Builder<SPEC>, PoetSpecSupplier<SPEC>
Unfortunately, kotlin-poet spec-builders do not share a common interface, this interface simulates that.
-
-
Method Summary
Modifier and Type Method Description SPEC
get()
abstract BUILDER
getBuilder()
-
-
Method Detail
-
getBuilder
abstract BUILDER getBuilder()
-
-
-
-