Serialized Form
-
Package com.microsoft.thrifty.gradle
-
Class com.microsoft.thrifty.gradle.JavaThriftOptions
class JavaThriftOptions extends ThriftOptions implements Serializable-
Serialized Fields
-
nullabilityAnnotations
JavaThriftOptions.NullabilityAnnotations nullabilityAnnotations
-
-
-
Class com.microsoft.thrifty.gradle.KotlinThriftOptions
class KotlinThriftOptions extends ThriftOptions implements Serializable-
Serialized Fields
-
generateServer
boolean generateServer
-
serviceClientStyle
KotlinThriftOptions.ClientStyle serviceClientStyle
-
structBuilders
boolean structBuilders
-
-
-
Class com.microsoft.thrifty.gradle.ThriftOptions
class ThriftOptions extends Object implements Serializable-
Serialized Fields
-
allowUnknownEnumValues
boolean allowUnknownEnumValues
-
generateServiceClients
boolean generateServiceClients
-
listType
String listType
-
mapType
String mapType
-
nameStyle
FieldNameStyle nameStyle
-
parcelable
boolean parcelable
-
setType
String setType
-
-
-