Package com.microsoft.thrifty.gradle
Class JavaThriftOptions
java.lang.Object
com.microsoft.thrifty.gradle.ThriftOptions
com.microsoft.thrifty.gradle.JavaThriftOptions
- All Implemented Interfaces:
Serializable
Thrift options specific to the Java language.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNullabilityAnnotations(JavaThriftOptions.NullabilityAnnotations nullabilityAnnotations) voidsetNullabilityAnnotations(String nullabilityAnnotations) Methods inherited from class com.microsoft.thrifty.gradle.ThriftOptions
getAllowUnknownEnumValues, getGenerateServiceClients, getListType, getMapType, getNameStyle, getParcelable, getSetType, setAllowUnknownEnumValues, setGenerateServiceClients, setListType, setMapType, setNameStyle, setNameStyle, setParcelable, setSetType
-
Constructor Details
-
JavaThriftOptions
public JavaThriftOptions()
-
-
Method Details
-
getNullabilityAnnotations
-
setNullabilityAnnotations
-
setNullabilityAnnotations
public void setNullabilityAnnotations(JavaThriftOptions.NullabilityAnnotations nullabilityAnnotations)
-