Interface KotlinFileSpecSupplier
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.WithClassName
,io.toolisticon.kotlin.generation.poet.FileSpecSupplier
,io.toolisticon.kotlin.generation.poet.PoetSpecSupplier
,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier
,java.util.function.Supplier
public interface KotlinFileSpecSupplier implements KotlinGeneratorSpecSupplier<KotlinFileSpec>, FileSpecSupplier, WithClassName
-
-
Method Summary
Modifier and Type Method Description FileSpec
get()
-
Methods inherited from class io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier
spec
-
Methods inherited from class io.toolisticon.kotlin.generation.WithClassName
getClassName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
get
FileSpec get()
-
-
-
-