| Constructor | Description |
|---|---|
JacksonJsonEnumHelper(Class<E> enumType) |
|
JacksonJsonEnumHelper(Class<E> enumType,
boolean firstLetterCapitalized) |
|
JacksonJsonEnumHelper(Class<E> enumType,
boolean firstLetterCapitalized,
boolean camelCased) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addEnum(E e,
String name) |
Add an enum that has a specialized name that does not fit the standard naming conventions.
|
E |
forValue(String value) |
|
String |
toString(E e) |
Get the string used by the API for this enum.
|
public JacksonJsonEnumHelper(Class<E> enumType, boolean firstLetterCapitalized)
Copyright © 2018. All rights reserved.