org.jboss.resteasy.plugins.providers.jaxb.json
Class MappedConvention

java.lang.Object
  extended by org.codehaus.jettison.mapped.MappedNamespaceConvention
      extended by org.jboss.resteasy.plugins.providers.jaxb.json.MappedConvention
All Implemented Interfaces:
NamespaceContext, org.codehaus.jettison.Convention

public class MappedConvention
extends org.codehaus.jettison.mapped.MappedNamespaceConvention

attributeAsElements doesn't work as isElement receives nullvalues for p and ns. QName prefix and namespace values are never null.

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
MappedConvention()
           
MappedConvention(org.codehaus.jettison.mapped.Configuration configuration)
           
 
Method Summary
 boolean isElement(String p, String ns, String local)
           
 
Methods inherited from class org.codehaus.jettison.mapped.MappedNamespaceConvention
convertToJSONPrimitive, createAttributeKey, createKey, createQName, getNamespaceURI, getPrefix, getPrefixes, processAttributesAndNamespaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedConvention

public MappedConvention()

MappedConvention

public MappedConvention(org.codehaus.jettison.mapped.Configuration configuration)
Method Detail

isElement

public boolean isElement(String p,
                         String ns,
                         String local)
Overrides:
isElement in class org.codehaus.jettison.mapped.MappedNamespaceConvention


Copyright © 2011. All Rights Reserved.