cascading.tuple.coerce
Class ObjectCoerce
java.lang.Object
cascading.tuple.coerce.Coercions.Coerce<Object>
cascading.tuple.coerce.ObjectCoerce
- All Implemented Interfaces:
- CoercibleType<Object>, Serializable, Type
public class ObjectCoerce
- extends Coercions.Coerce<Object>
- See Also:
- Serialized Form
ObjectCoerce
public ObjectCoerce(Map<Type,Coercions.Coerce> coercions)
getCanonicalType
public Class<Object> getCanonicalType()
- Returns:
- the actual Java type this CoercibleType represents
coerce
public Object coerce(Object value)
- Specified by:
coerce
in class Coercions.Coerce<Object>
Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.