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

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

public class IgnoredMediaTypes
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
IgnoredMediaTypes()
           
 
Method Summary
static boolean ignored(java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
           
static void main(java.lang.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(java.lang.Class<?> type,
                              java.lang.annotation.Annotation[] annotations,
                              MediaType mediaType)

main

public static void main(java.lang.String[] args)


Copyright © 2010. All Rights Reserved.