package net.eusashead.bjugquerydsl.hateoas; public interface SimplePropertyConverter { public Object convert(Object o, Class<?> to); }