kgql-gradle-plugin
/
com.codingfeline.kgql.gradle
/
KgqlConfig
Kgql
Config
class
KgqlConfig
(project:
Project
, packageName:
String
?, sourceSet:
FileCollection
?, typeMapper:
MutableMap
<
String
,
String
>?)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
packageName
Link copied to clipboard
var
packageName
:
String
? = null
Content copied to clipboard
project
Link copied to clipboard
val
project
:
Project
Content copied to clipboard
sourceSet
Link copied to clipboard
var
sourceSet
:
FileCollection
? = null
Content copied to clipboard
typeMapper
Link copied to clipboard
var
typeMapper
:
MutableMap
<
String
,
String
>? = null
Content copied to clipboard