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