D - the type of binding datapublic interface RegexContextMapper<D extends BindingData> extends ContextMapper<D>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(QName qname)
Decides if the specified qualified name passes the collective regex expressions.
|
boolean |
matches(String name)
Decides if the specified name passes the collective regex expressions.
|
ContextMapper<D> |
setExcludeNamespaces(String excludeNamespaces)
Sets a comma-separated list of regex property namespace excludes.
|
ContextMapper<D> |
setExcludes(String excludes)
Sets a comma-separated list of regex property excludes.
|
ContextMapper<D> |
setIncludeNamespaces(String includeNamespaces)
Sets a comma-separated list of regex property namespace includes.
|
ContextMapper<D> |
setIncludes(String includes)
Sets a comma-separated list of regex property includes.
|
getModel, mapFrom, mapTo, setModelContextMapper<D> setIncludes(String includes)
includes - the includesContextMapper<D> setExcludes(String excludes)
excludes - the excludesContextMapper<D> setIncludeNamespaces(String includeNamespaces)
includeNamespaces - the namespace includesContextMapper<D> setExcludeNamespaces(String excludeNamespaces)
excludeNamespaces - the namespace excludesboolean matches(String name)
name - the name to testboolean matches(QName qname)
qname - the qualified name to testCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.