public class 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.
|
MappingModule |
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.
|
MappingModule |
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.
|
MappingModule |
moduleOptions(Map value)
List of module options containing a name/value pair.
|
String |
type()
Type of mapping this module performs.
|
MappingModule |
type(String value)
Type of mapping this module performs.
|
public MappingModule(String key)
public String getKey()
public String code()
public MappingModule code(String value)
public String module()
public MappingModule module(String value)
public Map moduleOptions()
public MappingModule moduleOptions(Map value)
public String type()
public MappingModule type(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.