public final class EmbeddableSerializer extends EntitySerializer
EmbeddableSerializer
is a Serializer
implementation for embeddable typeskeywords, typeMappings
Constructor and Description |
---|
EmbeddableSerializer(TypeMappings typeMappings,
Collection<String> keywords)
Create a new
EmbeddableSerializer instance |
Modifier and Type | Method and Description |
---|---|
protected void |
introClassHeader(com.mysema.codegen.CodeWriter writer,
EntityType model) |
constructorContent, constructors, constructorsForVariables, customField, entityAccessor, entityField, getAdditionalConstructorParameter, hasOwnEntityProperties, initEntityField, initEntityFields, intro, introDefaultInstance, introDelegatePackages, introFactoryMethods, introImports, introInits, introJavadoc, introPackage, introSuper, isImportExprPackage, listAccessor, mapAccessor, outro, serialize, serialize, serializeProperties
@Inject public EmbeddableSerializer(TypeMappings typeMappings, @Named(value="keywords") Collection<String> keywords)
EmbeddableSerializer
instancetypeMappings
- type mappings to be usedkeywords
- keywords to be usedprotected void introClassHeader(com.mysema.codegen.CodeWriter writer, EntityType model) throws IOException
introClassHeader
in class EntitySerializer
IOException
Copyright © 2007–2016 Querydsl. All rights reserved.