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

com.introproventures.graphql.jpa.query.introspection.Setter Maven / Gradle / Ivy

There is a newer version: 1.2.11
Show newest version
package com.introproventures.graphql.jpa.query.introspection;

import java.lang.reflect.InvocationTargetException;

public interface Setter {

    void invokeSetter(Object target, Object argument) throws IllegalAccessException, InvocationTargetException;

    Class getSetterRawType();

    Class getSetterRawComponentType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy