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

restx.endpoint.mappers.EndpointParameterMapper Maven / Gradle / Ivy

There is a newer version: 1.2.0-rc2
Show newest version
package restx.endpoint.mappers;

import restx.RestxRequest;
import restx.RestxRequestMatch;
import restx.endpoint.EndpointParamDef;
import restx.endpoint.EndpointParameterKind;

public interface EndpointParameterMapper {
     T mapRequest(EndpointParamDef endpointParamDef, RestxRequest request, RestxRequestMatch match, EndpointParameterKind parameterKind);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy