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


@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface XmlNsMap

A JSONToXml.

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

Required Element Summary
 String jsonName
          JSON name prefix
 String namespace
          XML Namespace
 

Element Detail

namespace

public abstract String namespace
XML Namespace

Returns:

jsonName

public abstract String jsonName
JSON name prefix

Returns:


Copyright © 2011. All Rights Reserved.