common-util

local.tomas.util.collections
Interface ObjectMapping<T>

Type Parameters:
T - target type
All Known Implementing Classes:
CastMapping, IdentityMapping

public interface ObjectMapping<T>

Interface for simple object mappings.

Author:
tomas.teubner

Method Summary
 T map(Object obj)
          Map objects.
 

Method Detail

map

T map(Object obj)
Map objects.

Parameters:
obj - source object
Returns:
mapped object

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.