All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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