| Modifier and Type | Class and Description |
|---|---|
class |
JavaTypeMappings
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeMappings |
EntitySerializer.typeMappings |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericExporter.setTypeMappingsClass(Class<? extends TypeMappings> typeMappingsClass)
Set the typemappings class to be used
|
| Constructor and Description |
|---|
EmbeddableSerializer(TypeMappings typeMappings,
Collection<String> keywords)
Create a new
EmbeddableSerializer instance |
EntitySerializer(TypeMappings mappings,
Collection<String> keywords)
Create a new
EntitySerializer instance |
ProjectionSerializer(TypeMappings typeMappings)
Create a new
ProjectionSerializer instance |
SupertypeSerializer(TypeMappings typeMappings,
Collection<String> keywords)
Create a new SupertypeSerializer instance
|
Copyright © 2007–2020 Querydsl. All rights reserved.