| Modifier and Type | Interface and Description |
|---|---|
interface |
EmbeddableSerializer
EmbeddableSerializer is a Serializer for entity types |
interface |
EntitySerializer
EntitySerializer is a Serializer for entity types |
interface |
ProjectionSerializer
ProjectionSerializer is a Serializer for projection types |
interface |
SupertypeSerializer
SupertypeSerializer is a Serializer for supertypes |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanSerializer
BeanSerializer is a Serializer implementation which serializes EntityType
instances into JavaBean classes |
class |
DefaultEmbeddableSerializer
EmbeddableSerializer is a Serializer implementation for embeddable types |
class |
DefaultEntitySerializer
EntitySerializer is a Serializer implementation for entity types |
class |
DefaultProjectionSerializer
ProjectionSerializer is a Serializer implementation for projection types |
class |
DefaultSupertypeSerializer
SupertypeSerializer is a Serializer implementation for supertypes |
class |
GroovyBeanSerializer
GroovyBeanSerializer is a Serializer implementation which serializes EntityType
instances into Groovy classes |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericExporter.setSerializerClass(java.lang.Class<? extends Serializer> serializerClass)
Set the serializer class to be used
|
Copyright © 2007–2021 Querydsl. All rights reserved.