Uses of Class
org.restlet.ext.jaxrs.internal.util.AlgorithmUtil.ConsOrProdMime
-
Packages that use AlgorithmUtil.ConsOrProdMime Package Description org.restlet.ext.jaxrs.internal.util -
-
Uses of AlgorithmUtil.ConsOrProdMime in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that return AlgorithmUtil.ConsOrProdMime Modifier and Type Method Description static AlgorithmUtil.ConsOrProdMimeAlgorithmUtil.ConsOrProdMime. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlgorithmUtil.ConsOrProdMime[]AlgorithmUtil.ConsOrProdMime. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restlet.ext.jaxrs.internal.util with parameters of type AlgorithmUtil.ConsOrProdMime Modifier and Type Method Description private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodsSupportAllTypes(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut)Deprecated.private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodsSupportType(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut, SortedMetadata<MediaType> mediaTypes)Deprecated.private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodsSupportTypeAndSubType(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut, SortedMetadata<MediaType> mediaTypes)Deprecated.private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodSupportsMime(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut, SortedMetadata<MediaType> mediaTypes)Deprecated.private static java.util.List<MediaType>AlgorithmUtil. getConsOrProdMimes(ResourceMethod resourceMethod, AlgorithmUtil.ConsOrProdMime inOut)Deprecated.
-