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

com.infomaximum.cluster.graphql.fieldargument.custom.CustomFieldArgument Maven / Gradle / Ivy

There is a newer version: 1.1.11
Show newest version
package com.infomaximum.cluster.graphql.fieldargument.custom;

import com.infomaximum.cluster.graphql.struct.ContextRequest;

import java.lang.reflect.Method;

/**
 * Created by user on 06.09.2017.
 */
public interface CustomFieldArgument {

    boolean isSupport(Class classType);

    T getValue(Class classType, Method method, ContextRequest context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy