| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,Match> |
JsonView.matches |
| Modifier and Type | Method and Description |
|---|---|
Match |
Match.exclude(String... fields)
Mark fields for exclusion during serialization.
|
Match |
Match.include(String... fields)
Mark fields for inclusion during serialization.
|
static Match |
Match.match() |
<X,Y,Z> Match |
Match.transform(String field,
BiFunction<X,Y,Z> transformer)
Mark a field for transformation during serialization.
|
| Modifier and Type | Method and Description |
|---|---|
JsonView<T> |
JsonView.onClass(Class<?> cls,
Match match) |
Copyright © 2021. All rights reserved.