com.introproventures.graphql.jpa.query.introspection.Getter Maven / Gradle / Ivy
The newest version!
package com.introproventures.graphql.jpa.query.introspection;
import java.lang.reflect.InvocationTargetException;
public interface Getter {
Object invokeGetter(Object target) throws InvocationTargetException, IllegalAccessException;
Class> getGetterRawType();
Class> getGetterRawComponentType();
Class> getGetterRawKeyComponentType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy