com.fasterxml.jackson.jaxrs.json.annotation
Class JSONP.Def
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
public final String method
prefix
public final String prefix
suffix
public final String suffix
JSONP.Def
public JSONP.Def(String m)
JSONP.Def
public JSONP.Def(JSONP json)
Copyright © 2012 fasterxml.com. All Rights Reserved.