All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface guinea.util.Mapper
  -  public interface Mapper
 
An interface to map an object to an other value.
Used with the EnumerationMapper to map an enumeration.
    -  See Also:
    
 -  EnumerationMapper
 
  Method Index
  -   · 
	mapObject(Object)
  
 -  Map an object to another
 
  Methods
 · 
mapObject
 public abstract Object mapObject(Object obj)
  -  Map an object to another
  
    -  Parameters:
    
 -  obj - an object to map
    
 -  Returns:
    
 -  returns a mapped object
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index