public interface MapKeyNaming
Map<String, Object> object.| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
apply(java.lang.reflect.Method method,
MapKeyNamingType mapKeyNamingType,
java.lang.String text)
Applies the naming convention.
|
default java.lang.String apply(java.lang.reflect.Method method,
MapKeyNamingType mapKeyNamingType,
java.lang.String text)
method - the DAO method or null if the SQL is built with the query buildermapKeyNamingType - the naming conventiontext - the textDomaNullPointerException - if mapKeyNamingType or text is null