public class SimpleRegexRealmMapper<T extends SimpleRegexRealmMapper<T>> extends Object
| Constructor and Description | 
|---|
SimpleRegexRealmMapper(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 there is no match using the pattern. 
 | 
T | 
delegateRealmMapper(String value)
The RealmMapper to delegate to if there is no match using the pattern. 
 | 
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. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public SimpleRegexRealmMapper(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()
Copyright © 2018 JBoss by Red Hat. All rights reserved.