com.mysema.query.codegen
Class SimpleSerializerConfig

java.lang.Object
  extended by com.mysema.query.codegen.SimpleSerializerConfig
All Implemented Interfaces:
SerializerConfig

public class SimpleSerializerConfig
extends Object
implements SerializerConfig

Author:
tiwe

Field Summary
static SerializerConfig DEFAULT
           
 
Method Summary
static SerializerConfig getConfig(QuerydslConfig annotation)
           
 boolean useEntityAccessors()
           
 boolean useListAccessors()
           
 boolean useMapAccessors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final SerializerConfig DEFAULT
Method Detail

getConfig

public static SerializerConfig getConfig(QuerydslConfig annotation)

useEntityAccessors

public boolean useEntityAccessors()
Specified by:
useEntityAccessors in interface SerializerConfig

useListAccessors

public boolean useListAccessors()
Specified by:
useListAccessors in interface SerializerConfig

useMapAccessors

public boolean useMapAccessors()
Specified by:
useMapAccessors in interface SerializerConfig


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