RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Class
org.jboss.resteasy.util.WeightedMediaType

Packages that use WeightedMediaType
org.jboss.resteasy.core   
org.jboss.resteasy.util   
 

Uses of WeightedMediaType in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core with type parameters of type WeightedMediaType
protected  List<WeightedMediaType> ResourceMethod.preferredConsumes
           
protected  List<WeightedMediaType> ResourceMethod.preferredProduces
           
 

Methods in org.jboss.resteasy.core that return types with arguments of type WeightedMediaType
 List<WeightedMediaType> ResourceMethod.getPreferredConsumes()
          Presorted list of preferred types, 1st entry is most preferred
 List<WeightedMediaType> ResourceMethod.getPreferredProduces()
          Presorted list of preferred types, 1st entry is most preferred
 

Uses of WeightedMediaType in org.jboss.resteasy.util
 

Methods in org.jboss.resteasy.util that return WeightedMediaType
static WeightedMediaType WeightedMediaType.parse(javax.ws.rs.core.MediaType tmp)
           
static WeightedMediaType WeightedMediaType.valueOf(String type)
           
 

Methods in org.jboss.resteasy.util with parameters of type WeightedMediaType
 int WeightedMediaType.compareTo(WeightedMediaType o)
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.