Interface KotlinDataClassSpecSupplier
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.WithClassName,io.toolisticon.kotlin.generation.poet.PoetSpecSupplier,io.toolisticon.kotlin.generation.poet.TypeSpecSupplier,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier,io.toolisticon.kotlin.generation.spec.ToFileTypeSpecSupplier,java.util.function.Supplier
public interface KotlinDataClassSpecSupplier implements KotlinGeneratorSpecSupplier<KotlinDataClassSpec>, ToFileTypeSpecSupplier
Marks the builder and the spec so they are interchangeable.
-
-
Method Summary
Modifier and Type Method Description TypeSpecget()-
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
TypeSpec get()
-
-
-
-