| Package | Description |
|---|---|
| pw.spn.crawler.livelib.entity | |
| pw.spn.crawler.livelib.entity.deserializer |
| Modifier and Type | Method and Description |
|---|---|
static BookStatus |
BookStatus.fromId(int id) |
BookStatus |
Book.getStatus() |
static BookStatus |
BookStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookStatus[] |
BookStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Book.setStatus(BookStatus status) |
| Modifier and Type | Method and Description |
|---|---|
BookStatus |
StringToBookStatusDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Copyright © 2016. All rights reserved.