ma.glasnost.orika
Interface MappingHint
Deprecated. use ma.glasnost.orika.FieldSuggester instead
@Deprecated
public interface MappingHint
Provides a generic mapping suggestion mechanism to provide
help with guessing default mappings of fields when a straight
equivalent name match is not found
- Author:
- matt.deboer@gmail.com
suggestMappedField
String suggestMappedField(String fromProperty,
Class<?> fromPropertyType)
- Deprecated.
- Parameters:
sourceExpression -
- Returns:
- a suggested optional mapping name for the given property,
or
null if no suggestion for the given property
Copyright © 2013 Glasnost. All Rights Reserved.