Class GetterSuffixes
java.lang.Object
com.github.muehmar.gradle.openapi.dsl.GetterSuffixes
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetterSuffixes(String requiredSuffix, String requiredNullableSuffix, String optionalSuffix, String optionalNullableSuffix) -
Method Summary
Modifier and TypeMethodDescriptionstatic GetterSuffixeswithCommonSuffixes(GetterSuffixes commonSuffixes)
-
Constructor Details
-
GetterSuffixes
public GetterSuffixes() -
GetterSuffixes
-
-
Method Details
-
allUndefined
-
withCommonSuffixes
-
getRequiredSuffix
-
getRequiredSuffixOrDefault
-
getRequiredNullableSuffix
-
getRequiredNullableSuffixOrDefault
-
getOptionalSuffix
-
getOptionalSuffixOrDefault
-
getOptionalNullableSuffix
-
getOptionalNullableSuffixOrDefault
-