| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Method and Description |
|---|---|
JsonConfig.DateTime |
ServerConfig.getJsonDateTime()
Return the JSON format used for DateTime types.
|
static JsonConfig.DateTime |
JsonConfig.DateTime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonConfig.DateTime[] |
JsonConfig.DateTime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setJsonDateTime(JsonConfig.DateTime jsonDateTime)
Set the JSON format to use for DateTime types.
|
Copyright © 2019. All rights reserved.