Resteasy Jettison Provider 2.3.6.Final-redhat-1

org.jboss.resteasy.annotations.providers.jaxb.json
Annotation Type Mapped


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,PARAMETER})
public @interface Mapped

A JSONConfig.

Version:
$Revision:$
Author:
Ryan J. McDonough

Optional Element Summary
 String[] attributesAsElements
          List of JSON attributes that should be regarded as Elements
 XmlNsMap[] namespaceMap
          Map the XML namespace to a JSON namespace
 

attributesAsElements

public abstract String[] attributesAsElements
List of JSON attributes that should be regarded as Elements

Returns:
Default:
{}

namespaceMap

public abstract XmlNsMap[] namespaceMap
Map the XML namespace to a JSON namespace

Returns:
Default:
{}

Resteasy Jettison Provider 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.