public class StreamableRecordContextMapper extends BaseRegexContextMapper<StreamableRecordBindingData>
Constructor and Description |
---|
StreamableRecordContextMapper() |
Modifier and Type | Method and Description |
---|---|
void |
mapFrom(StreamableRecordBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
mapTo(Context context,
StreamableRecordBindingData target)
Maps a context's properties into a target object.
|
getIncludeRegexes, matches, matches, matches, setExcludeNamespaces, setExcludes, setIncludeNamespaces, setIncludes, setRegexPropagationList
getModel, setModel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModel, setModel
public void mapFrom(StreamableRecordBindingData source, Context context) throws Exception
mapFrom
in interface ContextMapper<StreamableRecordBindingData>
mapFrom
in class BaseRegexContextMapper<StreamableRecordBindingData>
source
- the object to map fromcontext
- the context to map toException
- if there was a problempublic void mapTo(Context context, StreamableRecordBindingData target) throws Exception
mapTo
in interface ContextMapper<StreamableRecordBindingData>
mapTo
in class BaseRegexContextMapper<StreamableRecordBindingData>
context
- the context to map fromtarget
- the target to map toException
- if there was a problemCopyright © 2013–2020 JBoss by Red Hat. All rights reserved.