Interface FieldNameTranslator.FieldInfosMapping
-
- All Known Implementing Classes:
DefaultFieldNameTranslator.DefaultFieldInfosMapping
- Enclosing interface:
- FieldNameTranslator
public static interface FieldNameTranslator.FieldInfosMappingPlaceholder for field details.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,FieldNameTranslator.FieldInfo>getFieldInfos()Returns aMapcontaining the field infos with the field name as key.java.util.Map<java.lang.String,FieldNameTranslator.FieldInfo>getInvertedFieldInfos()Returns aMapcontaining the field infos with the translated field name as key.
-
-
-
Method Detail
-
getFieldInfos
java.util.Map<java.lang.String,FieldNameTranslator.FieldInfo> getFieldInfos()
Returns aMapcontaining the field infos with the field name as key.- Returns:
- the field infos
-
getInvertedFieldInfos
java.util.Map<java.lang.String,FieldNameTranslator.FieldInfo> getInvertedFieldInfos()
Returns aMapcontaining the field infos with the translated field name as key.- Returns:
- the field infos
-
-