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