Class FieldUtils

java.lang.Object
ch.helvethink.odoo4java.tools.FieldUtils

public class FieldUtils extends Object
Tooling class for fields
  • Method Details

    • formatFieldName

      public static String formatFieldName(String fieldName)
      Sanitize field name to make it compliant with Java best practices
      Parameters:
      fieldName - The field name to sanitize
      Returns:
      fieldName in CamelCase