org.jboss.resteasy.plugins.providers.jaxb
Class IgnoredMediaTypes

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.IgnoredMediaTypes

public class IgnoredMediaTypes
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
IgnoredMediaTypes()
           
 
Method Summary
static boolean ignored(Class<?> type, Annotation[] annotations, MediaType mediaType)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoredMediaTypes

public IgnoredMediaTypes()
Method Detail

ignored

public static boolean ignored(Class<?> type,
                              Annotation[] annotations,
                              MediaType mediaType)

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.