com.mysema.query.codegen
Interface SerializerConfig

All Known Implementing Classes:
SimpleSerializerConfig

public interface SerializerConfig

Author:
tiwe

Method Summary
 boolean createDefaultVariable()
           
 boolean useEntityAccessors()
           
 boolean useListAccessors()
           
 boolean useMapAccessors()
           
 

Method Detail

useEntityAccessors

boolean useEntityAccessors()
Returns:

useListAccessors

boolean useListAccessors()
Returns:

useMapAccessors

boolean useMapAccessors()
Returns:

createDefaultVariable

boolean createDefaultVariable()
Returns:


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