package org.simpleflatmapper.reflect.primitive; public interface CharacterSetter<T> { void setCharacter(T target, char value) throws Exception; }