com.fasterxml.jackson.jaxrs.json.annotation
Class JSONP.Def

java.lang.Object
  extended by com.fasterxml.jackson.jaxrs.json.annotation.JSONP.Def
Enclosing class:
JSONP

public static class JSONP.Def
extends Object

Helper class for encapsulating information from JSONP annotation instance.


Field Summary
 String method
           
 String prefix
           
 String suffix
           
 
Constructor Summary
JSONP.Def(JSONP json)
           
JSONP.Def(String m)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public final String method

prefix

public final String prefix

suffix

public final String suffix
Constructor Detail

JSONP.Def

public JSONP.Def(String m)

JSONP.Def

public JSONP.Def(JSONP json)


Copyright © 2012 fasterxml.com. All Rights Reserved.