public class MappedRegexRealmMapper<T extends MappedRegexRealmMapper<T>> extends Object
Constructor and Description |
---|
MappedRegexRealmMapper(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
delegateRealmMapper()
The RealmMapper to delegate to if the pattern does not match.
|
T |
delegateRealmMapper(String value)
The RealmMapper to delegate to if the pattern does not match.
|
String |
getKey() |
String |
pattern()
The regular expression which must contain at least one capture group to
extract the realm from the name.
|
T |
pattern(String value)
The regular expression which must contain at least one capture group to
extract the realm from the name.
|
Map |
realmMap()
Mapping of realm name extracted using the regular expression to a defined
realm name.
|
T |
realmMap(Map value)
Mapping of realm name extracted using the regular expression to a defined
realm name.
|
T |
realmMap(String key,
Object value)
Mapping of realm name extracted using the regular expression to a defined
realm name.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public MappedRegexRealmMapper(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String delegateRealmMapper()
public T delegateRealmMapper(String value)
public String pattern()
public T pattern(String value)
public Map realmMap()
public T realmMap(Map value)
public T realmMap(String key, Object value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.