Interface MapKeyNaming


public interface MapKeyNaming
A naming convention controller for the keys contained in a Map<String, Object> object.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    apply(Method method, MapKeyNamingType mapKeyNamingType, String text)
    Applies the naming convention.
  • Method Details

    • apply

      default String apply(Method method, MapKeyNamingType mapKeyNamingType, String text)
      Applies the naming convention.
      Parameters:
      method - the DAO method or null if the SQL is built with the query builder
      mapKeyNamingType - the naming convention
      text - the text
      Returns:
      the converted text
      Throws:
      DomaNullPointerException - if mapKeyNamingType or text is null