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

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

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

public interface InputParameterValueResolver {
    Object resolve (InputParameterType value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy