public class RESTEasyContextMapper extends BaseRegexContextMapper<RESTEasyBindingData>
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_RESPONSE_STATUS
The HTTP responce code.
|
| Constructor and Description |
|---|
RESTEasyContextMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapFrom(RESTEasyBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
mapTo(Context context,
RESTEasyBindingData target)
Maps a context's properties into a target object.
|
getIncludeRegexes, matches, matches, matches, setExcludeNamespaces, setExcludes, setIncludeNamespaces, setIncludes, setRegexPropagationListgetModel, setModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModel, setModelpublic static final String HTTP_RESPONSE_STATUS
public void mapFrom(RESTEasyBindingData source, Context context) throws Exception
mapFrom in interface ContextMapper<RESTEasyBindingData>mapFrom in class BaseRegexContextMapper<RESTEasyBindingData>source - the object to map fromcontext - the context to map toException - if there was a problempublic void mapTo(Context context, RESTEasyBindingData target) throws Exception
mapTo in interface ContextMapper<RESTEasyBindingData>mapTo in class BaseRegexContextMapper<RESTEasyBindingData>context - the context to map fromtarget - the target to map toException - if there was a problemCopyright © 2013–2018 JBoss by Red Hat. All rights reserved.