Class EntityModelHandlerImpl.Prefix

java.lang.Object
ch.tocco.nice2.model.entity.impl.reading.entity.EntityModelHandlerImpl.Prefix
Enclosing class:
EntityModelHandlerImpl

public static class EntityModelHandlerImpl.Prefix extends Object
Helper to prefix (and lower case) a field name.
  • Constructor Details

  • Method Details

    • prefix

      public String prefix(String fieldName)
      Prefix (and lower case) a certain field name.
      Parameters:
      fieldName - The field to prefix.
      Returns:
      lower cased, and potentially prefixed field.