Uses of Class
com.hybris.backoffice.solrsearch.resolvers.CaseFormat.Case
-
Packages that use CaseFormat.Case Package Description com.hybris.backoffice.solrsearch.resolvers -
-
Uses of CaseFormat.Case in com.hybris.backoffice.solrsearch.resolvers
Methods in com.hybris.backoffice.solrsearch.resolvers that return CaseFormat.Case Modifier and Type Method Description static CaseFormat.CaseCaseFormat.Case. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CaseFormat.Case[]CaseFormat.Case. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.hybris.backoffice.solrsearch.resolvers with parameters of type CaseFormat.Case Constructor Description CaseFormat(CaseFormat.Case aCase)Costructor allowing to choose case change
-