public class IndexedRecordContextMapper extends BaseRegexContextMapper<IndexedRecordBindingData>
| Constructor and Description |
|---|
IndexedRecordContextMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapFrom(IndexedRecordBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
mapTo(Context context,
IndexedRecordBindingData 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 void mapFrom(IndexedRecordBindingData source, Context context) throws Exception
mapFrom in interface ContextMapper<IndexedRecordBindingData>mapFrom in class BaseRegexContextMapper<IndexedRecordBindingData>source - the object to map fromcontext - the context to map toException - if there was a problempublic void mapTo(Context context, IndexedRecordBindingData target) throws Exception
mapTo in interface ContextMapper<IndexedRecordBindingData>mapTo in class BaseRegexContextMapper<IndexedRecordBindingData>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.