Class RestUtils


  • public abstract class RestUtils
    extends Object
    • Constructor Detail

      • RestUtils

        public RestUtils()
    • Method Detail

      • convertNameToPropertyName

        public static String convertNameToPropertyName​(String name)
        Convert a column name with underscores to the corresponding property name using "camel case". A name like "customer_number" would match a "customerNumber" property name.
        Parameters:
        name - the column name to be converted
        Returns:
        the name using "camel case"