public class JsonView<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MatcherBehavior |
matcherBehavior |
protected Map<Class<?>,Match> |
matches |
protected T |
value |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
JsonView<T> |
onClass(Class<?> cls,
Match match) |
static <E> JsonView<E> |
with(E value) |
JsonView<T> |
withMatcherBehavior(MatcherBehavior matcherBehavior) |
protected final T value
protected MatcherBehavior matcherBehavior
protected JsonView(T value)
public JsonView<T> withMatcherBehavior(MatcherBehavior matcherBehavior)
public static <E> JsonView<E> with(E value)
Copyright © 2021. All rights reserved.