public class MappingModule<T extends MappingModule> extends Object
| Constructor and Description |
|---|
MappingModule(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Class name of the module to be instantiated.
|
T |
code(String value)
Class name of the module to be instantiated.
|
String |
getKey() |
String |
module()
Name of JBoss Module where the mapping module code is located.
|
T |
module(String value)
Name of JBoss Module where the mapping module code is located.
|
Map |
moduleOptions()
List of module options containing a name/value pair.
|
T |
moduleOptions(Map value)
List of module options containing a name/value pair.
|
String |
type()
Type of mapping this module performs.
|
T |
type(String value)
Type of mapping this module performs.
|
public MappingModule(String key)
public String getKey()
public String code()
public String module()
public Map moduleOptions()
public T moduleOptions(Map value)
public String type()
Copyright © 2015 JBoss by Red Hat. All rights reserved.