Package | Description |
---|---|
com.querydsl.codegen |
Code generations models and serializers
|
Modifier and Type | Method and Description |
---|---|
abstract PropertyHandling.Config |
PropertyHandling.getConfig(Class<?> type) |
static PropertyHandling.Config |
PropertyHandling.Config.of(boolean fields,
boolean methods,
PropertyHandling.Config defaultConfig) |
static PropertyHandling.Config |
PropertyHandling.Config.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyHandling.Config[] |
PropertyHandling.Config.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PropertyHandling.Config |
PropertyHandling.Config.of(boolean fields,
boolean methods,
PropertyHandling.Config defaultConfig) |
Copyright © 2007–2016 Querydsl. All rights reserved.