public class TypeMapper extends Object
| Constructor and Description |
|---|
TypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCountOfEntitiesAndValueObjects() |
JaversType |
getJavesrType(Class javaType) |
List<EntityReferenceType> |
getMappedEntityReferenceTypes() |
<T extends JaversType> |
getMappedTypes(Class<T> ofType) |
List<ValueObjectType> |
getMappedValueObjectTypes() |
boolean |
isMapped(Class javaType) |
void |
registerEntityReferenceType(Class<?> entityClass) |
void |
registerPrimitiveType(Class<?> primitiveClass) |
void |
registerValueObjectType(Class<?> objectValue) |
public JaversType getJavesrType(Class javaType)
public boolean isMapped(Class javaType)
public int getCountOfEntitiesAndValueObjects()
public void registerPrimitiveType(Class<?> primitiveClass)
public void registerEntityReferenceType(Class<?> entityClass)
public void registerValueObjectType(Class<?> objectValue)
public <T extends JaversType> List<T> getMappedTypes(Class<T> ofType)
public List<ValueObjectType> getMappedValueObjectTypes()
public List<EntityReferenceType> getMappedEntityReferenceTypes()
Copyright © 2013. All rights reserved.