Uses of Enum Class
com.google.common.base.CaseFormat
Packages that use CaseFormat
-
Uses of CaseFormat in com.google.common.base
Methods in com.google.common.base that return CaseFormatModifier and TypeMethodDescriptionstatic CaseFormatReturns the enum constant of this class with the specified name.static CaseFormat[]CaseFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.base with parameters of type CaseFormatModifier and TypeMethodDescriptionCaseFormat.converterTo(CaseFormat targetFormat) Returns aConverterthat converts strings from this format totargetFormat.final StringCaseFormat.to(CaseFormat format, String str) Converts the specifiedString strfrom this format to the specifiedformat.