com.introproventures.graphql.jpa.query.introspection.Setter Maven / Gradle / Ivy
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