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

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