|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.omap.compiler.MappingDefinitionCompiler
| Constructor Summary | |
MappingDefinitionCompiler(MapperCreator creator)
|
|
| Method Summary | |
ObjectMapper |
compile(java.lang.Class type,
java.lang.String definition,
java.lang.Class toType)
Returns a ObjectMapper object, defined by the given definition |
java.util.List |
compile(java.lang.String definition)
Returns a list of mappers ( ObjectMapper) defined by the given definition |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MappingDefinitionCompiler(MapperCreator creator)
| Method Detail |
public java.util.List compile(java.lang.String definition)
ObjectMapper) defined by the given definition
definition - a String giving the mapping definition
List of ObjectMapper
public ObjectMapper compile(java.lang.Class type,
java.lang.String definition,
java.lang.Class toType)
ObjectMapper object, defined by the given definition
type - the Class that is mappeddefinition - the mapping definitiontoType - the Class to map to
ObjectMapper
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||