| Modifier and Type | Field and Description |
|---|---|
protected MatcherBehavior |
JsonView.matcherBehavior |
| Modifier and Type | Method and Description |
|---|---|
static MatcherBehavior |
MatcherBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatcherBehavior[] |
MatcherBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonViewSerializer.setDefaultMatcherBehavior(MatcherBehavior defaultMatcherBehavior)
Set the default matcher behavior to be used if the
JsonView object to
be serialized does not specify one. |
JsonViewModule |
JsonViewModule.withDefaultMatcherBehavior(MatcherBehavior matcherBehavior) |
JsonView<T> |
JsonView.withMatcherBehavior(MatcherBehavior matcherBehavior) |
Copyright © 2021. All rights reserved.