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()

useListAccessors

boolean useListAccessors()

useMapAccessors

boolean useMapAccessors()

createDefaultVariable

boolean createDefaultVariable()


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