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

Nested Class Summary
static class MappingHint.DefaultFieldMappingConverter
          Deprecated. DefaultFieldMappingConverter provided back-compatibility support for MappingHint
 
Method Summary
 String suggestMappedField(String fromProperty, Class<?> fromPropertyType)
          Deprecated.  
 

Method Detail

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.