Package io.ebean.util

Class CamelCaseHelper

    • Method Detail

      • toUnderscoreFromCamel

        public static String toUnderscoreFromCamel​(String camelCase)
        To underscore from camel case using digits compressed true and force upper case false.
      • toUnderscoreFromCamel

        public static String toUnderscoreFromCamel​(String camelCase,
                                                   boolean digitsCompressed,
                                                   boolean forceUpperCase)
        Convert and return the string to underscore from camel case.
      • toCamelFromUnderscore

        public static String toCamelFromUnderscore​(String underscore)
        To camel from underscore.
        Parameters:
        underscore - the underscore
        Returns:
        the string