public class ManualMappingDefinition extends Object
| Constructor and Description |
|---|
ManualMappingDefinition(Class baseClass,
String readHandler,
String writeHandler)
Creates a mapping between the class and the read and write handlers.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
getBaseClass()
Returns the class.
|
String |
getReadHandler()
Returns the name of the read handler.
|
String |
getWriteHandler()
Returns the name of the write handler.
|
public ManualMappingDefinition(Class baseClass, String readHandler, String writeHandler)
baseClass - the class (null not permitted).readHandler - the name of the read handler.writeHandler - the name of the write handler.public Class getBaseClass()
public String getReadHandler()
public String getWriteHandler()
Copyright © 2009-2012 jtstand.com. All Rights Reserved.