Uses of Enum
dev.mccue.guava.base.CaseFormat
-
Uses of CaseFormat in dev.mccue.guava.base
Methods in dev.mccue.guava.base that return CaseFormatModifier and TypeMethodDescriptionstatic CaseFormatReturns 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.Methods in dev.mccue.guava.base with parameters of type CaseFormatModifier and TypeMethodDescriptionCaseFormat.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.