Uses of Enum Class
com.google.common.base.CaseFormat
Packages that use CaseFormat
-
Uses of CaseFormat in com.google.common.base
Fields in com.google.common.base declared as CaseFormatModifier and TypeFieldDescriptionprivate final CaseFormatCaseFormat.StringConverter.sourceFormatprivate final CaseFormatCaseFormat.StringConverter.targetFormatMethods 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 TypeMethodDescription(package private) StringCaseFormat.convert(CaseFormat format, String s) Enum values can override for performance reasons.CaseFormat.converterTo(CaseFormat targetFormat) Returns a serializableConverterthat converts strings from this format totargetFormat.final StringCaseFormat.to(CaseFormat format, String str) Converts the specifiedString strfrom this format to the specifiedformat.Constructors in com.google.common.base with parameters of type CaseFormatModifierConstructorDescription(package private)StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat)