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

org.jtwig.reflection.input.InputParameterResolver Maven / Gradle / Ivy

There is a newer version: 5.87.0.RELEASE
Show newest version
package org.jtwig.reflection.input;

import com.google.common.base.Optional;
import org.jtwig.reflection.model.Value;
import org.jtwig.reflection.model.java.JavaMethodArgument;

public interface InputParameterResolver {
    Optional resolve (JavaMethodArgument argument, InputParameterResolverContext context, Class to);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy