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
 java.lang.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 java.lang.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:
{}


Copyright © 2009. All Rights Reserved.