com.mysema.query.codegen
Interface SerializerConfig
- All Known Implementing Classes:
- SimpleSerializerConfig
public interface SerializerConfig
SerializerConfig defines serialization options to be used in the Serializer
- Author:
- tiwe
useEntityAccessors
boolean useEntityAccessors()
- Returns:
- if accessors are used for entity fields
useListAccessors
boolean useListAccessors()
- Returns:
- if indexed list accessors are used
useMapAccessors
boolean useMapAccessors()
- Returns:
- if keyed map accessors are used
createDefaultVariable
boolean createDefaultVariable()
- Returns:
- if the default variable is created
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.