public interface SerializerConfig
SerializerConfig
defines serialization options to be used in the Serializer
Modifier and Type | Method and Description |
---|---|
boolean |
createDefaultVariable()
the default variable is created
|
String |
defaultVariableName()
the name of the default variable
|
boolean |
useEntityAccessors()
accessors are used for entity fields
|
boolean |
useListAccessors()
indexed list accessors are used
|
boolean |
useMapAccessors()
keyed map accessors are used
|
boolean useEntityAccessors()
boolean useListAccessors()
boolean useMapAccessors()
boolean createDefaultVariable()
String defaultVariableName()
Copyright © 2007–2016 Querydsl. All rights reserved.