Class CharacterConverter

java.lang.Object
org.fastnate.data.properties.CharacterConverter
All Implemented Interfaces:
Function<String,Character>, PropertyConverter<Character>

public class CharacterConverter extends Object implements PropertyConverter<Character>, Function<String,Character>
Converts a string from an import file to a Character.
Author:
Tobias Liefke