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

com.netflix.discovery.converters.wrappers.CodecWrapperBase Maven / Gradle / Ivy

There is a newer version: 0.40.13
Show newest version
package com.netflix.discovery.converters.wrappers;

import javax.ws.rs.core.MediaType;

/**
 * @author David Liu
 */
public interface CodecWrapperBase {

    String codecName();

    boolean support(MediaType mediaType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy