com.mysema.query.codegen
Class EmbeddableSerializer

java.lang.Object
  extended by com.mysema.query.codegen.EntitySerializer
      extended by com.mysema.query.codegen.EmbeddableSerializer
All Implemented Interfaces:
Serializer

public class EmbeddableSerializer
extends EntitySerializer

EmbeddableSerializer is a Serializer implementation for embeddable types

Author:
tiwe

Constructor Summary
EmbeddableSerializer(TypeMappings typeMappings)
           
 
Method Summary
protected  void constructorsForVariables(JavaWriter writer, EntityModel model)
           
protected  void introDefaultInstance(CodeWriter writer, EntityModel model)
           
protected  void introFactoryMethods(JavaWriter writer, EntityModel model)
           
protected  void introImports(CodeWriter writer, SerializerConfig config, EntityModel model)
           
 
Methods inherited from class com.mysema.query.codegen.EntitySerializer
constructors, entityAccessor, entityField, hasOwnEntityProperties, initEntityFields, intro, introClassHeader, introInits, introJavadoc, introPackage, introSuper, listAccessor, mapAccessor, method, outro, serialize, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddableSerializer

public EmbeddableSerializer(TypeMappings typeMappings)
Method Detail

constructorsForVariables

protected void constructorsForVariables(JavaWriter writer,
                                        EntityModel model)
Overrides:
constructorsForVariables in class EntitySerializer

introDefaultInstance

protected void introDefaultInstance(CodeWriter writer,
                                    EntityModel model)
Overrides:
introDefaultInstance in class EntitySerializer

introFactoryMethods

protected void introFactoryMethods(JavaWriter writer,
                                   EntityModel model)
                            throws IOException
Overrides:
introFactoryMethods in class EntitySerializer
Throws:
IOException

introImports

protected void introImports(CodeWriter writer,
                            SerializerConfig config,
                            EntityModel model)
                     throws IOException
Overrides:
introImports in class EntitySerializer
Throws:
IOException


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.