package org.simpleflatmapper.reflect.primitive; public interface ShortGetter<T> { short getShort(T target) throws Exception; }