com.github.datalking.web.http.accept.ContentNegotiationStrategy Maven / Gradle / Ivy
package com.github.datalking.web.http.accept;
import com.github.datalking.web.context.request.WebRequest;
import com.github.datalking.web.http.MediaType;
import java.util.List;
public interface ContentNegotiationStrategy {
List resolveMediaTypes(WebRequest webRequest);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy