
com.poiji.bind.PropertyUnmarshaller Maven / Gradle / Ivy
package com.poiji.bind;
/**
* Created by hakan on 25.05.2020
*/
public interface PropertyUnmarshaller {
T unmarshal(Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy