Interface FieldNameTranslator.FieldInfo
- All Known Implementing Classes:
DefaultFieldNameTranslator.DefaultFieldInfo
- Enclosing interface:
- FieldNameTranslator
public static interface FieldNameTranslator.FieldInfo
Placeholder for field details.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the field name.Returns the indexed property that is associated with the field (if one exists).Returns the translated field name.
-
Method Details
-
getFieldName
String getFieldName()Returns the field name.- Returns:
- the field name
-
getTranslatedFieldName
String getTranslatedFieldName()Returns the translated field name.- Returns:
- the translated field name
-
getIndexedProperty
IndexedProperty getIndexedProperty()Returns the indexed property that is associated with the field (if one exists).- Returns:
- the indexed property
-