All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Map<String,String> |
apply(Map<String,Object> explodedCookie) |
com.google.common.base.Converter<Map<String,Object>,Map<String,String>> |
asConverter() |
Function<Map<String,Object>,Map<String,String>> |
asFunction() |
protected Function<Map<String,Object>,Object> |
getCookieValueGetterBySqlFieldName(String sqlFieldName) |
protected String |
stringifyCookieValue(Object cookieFieldValue,
String sqlFieldName) |
protected void |
supplementSqlFields(Map<String,Object> explodedCookie,
Map<String,String> sqlRow) |