io.crnk.rs.internal.legacy.provider.RequestContextParameterProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crnk-rs Show documentation
Show all versions of crnk-rs Show documentation
JSON API framework for Java
package io.crnk.rs.internal.legacy.provider;
import com.fasterxml.jackson.databind.ObjectMapper;
import javax.ws.rs.container.ContainerRequestContext;
public interface RequestContextParameterProvider {
T provideValue(Parameter parameter, ContainerRequestContext requestContext, ObjectMapper objectMapper);
boolean provides(Parameter parameter);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy