com.mysema.query.codegen
Class EmbeddableSerializer
java.lang.Object
  
com.mysema.query.codegen.EntitySerializer
      
com.mysema.query.codegen.EmbeddableSerializer
- All Implemented Interfaces: 
 - Serializer
 
public final class EmbeddableSerializer
- extends EntitySerializer
 
EmbeddableSerializer is a Serializer implementation for embeddable types
- Author:
 
  - tiwe
 
 
 
 
 
| Methods inherited from class com.mysema.query.codegen.EntitySerializer | 
constructors, entityAccessor, entityField, hasOwnEntityProperties, initEntityField, initEntityFields, intro, introDelegatePackages, introInits, introJavadoc, introPackage, introSuper, listAccessor, mapAccessor, method, methodField, outro, serialize, serialize, serializeProperties | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EmbeddableSerializer
public EmbeddableSerializer(TypeMappings typeMappings,
                            Collection<String> keywords)
introClassHeader
protected void introClassHeader(com.mysema.codegen.CodeWriter writer,
                                EntityType model)
                         throws IOException
- Overrides:
 introClassHeader in class EntitySerializer
 
- Throws:
 IOException
 
constructorsForVariables
protected void constructorsForVariables(com.mysema.codegen.CodeWriter writer,
                                        EntityType model)
- Overrides:
 constructorsForVariables in class EntitySerializer
 
 
introDefaultInstance
protected void introDefaultInstance(com.mysema.codegen.CodeWriter writer,
                                    EntityType model)
- Overrides:
 introDefaultInstance in class EntitySerializer
 
 
introFactoryMethods
protected void introFactoryMethods(com.mysema.codegen.CodeWriter writer,
                                   EntityType model)
                            throws IOException
- Overrides:
 introFactoryMethods in class EntitySerializer
 
- Throws:
 IOException
 
introImports
protected void introImports(com.mysema.codegen.CodeWriter writer,
                            SerializerConfig config,
                            EntityType model)
                     throws IOException
- Overrides:
 introImports in class EntitySerializer
 
- Throws:
 IOException
 
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.