org.codehaus.enunciate.modules.amf
Class AMFMapperIntrospector

java.lang.Object
  extended by org.codehaus.enunciate.modules.amf.AMFMapperIntrospector

public class AMFMapperIntrospector
extends java.lang.Object

Introspector used to lookup AMF mappers.

Author:
Ryan Heaton

Method Summary
static AMFMapper getAMFMapper(java.lang.Class realType, java.lang.reflect.Type jaxbType)
           
static AMFMapper getAMFMapper(java.lang.Class realType, java.lang.reflect.Type jaxbType, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapterInfo, javax.xml.bind.annotation.XmlElement elementInfo)
           
static AMFMapper getAMFMapper(java.lang.reflect.Type jaxbType)
           
static AMFMapper getAMFMapper(java.lang.reflect.Type jaxbType, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapterInfo, javax.xml.bind.annotation.XmlElement elementInfo)
           
static java.lang.Class narrowType(java.lang.reflect.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAMFMapper

public static AMFMapper getAMFMapper(java.lang.reflect.Type jaxbType)

getAMFMapper

public static AMFMapper getAMFMapper(java.lang.Class realType,
                                     java.lang.reflect.Type jaxbType)

getAMFMapper

public static AMFMapper getAMFMapper(java.lang.reflect.Type jaxbType,
                                     javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapterInfo,
                                     javax.xml.bind.annotation.XmlElement elementInfo)

getAMFMapper

public static AMFMapper getAMFMapper(java.lang.Class realType,
                                     java.lang.reflect.Type jaxbType,
                                     javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapterInfo,
                                     javax.xml.bind.annotation.XmlElement elementInfo)

narrowType

public static java.lang.Class narrowType(java.lang.reflect.Type type)