Uses of Enum
com.google.common.base.CaseFormat
-
Uses of CaseFormat in com.google.common.base
Modifier and TypeClassDescriptionenum
Utility class for converting between various ASCII case formats.Modifier and TypeMethodDescriptionstatic CaseFormat
Returns the enum constant of this type with the specified name.static CaseFormat[]
CaseFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCaseFormat.converterTo
(CaseFormat targetFormat) Returns a serializableConverter
that converts strings from this format totargetFormat
.final String
CaseFormat.to
(CaseFormat format, String str) Converts the specifiedString str
from this format to the specifiedformat
.