public class SimpleValueAdaptor extends DefaultMatcherGenerator<SerializedValue> implements MatcherGenerator<SerializedValue>
| Constructor and Description |
|---|
SimpleValueAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
Class<SerializedValue> |
getAdaptedClass() |
boolean |
isSimpleValue(SerializedValue element) |
Computation |
tryDeserialize(SerializedValue value,
Deserializer generator) |
matches, parentpublic boolean isSimpleValue(SerializedValue element)
public Class<SerializedValue> getAdaptedClass()
getAdaptedClass in interface Adaptor<SerializedValue>public Computation tryDeserialize(SerializedValue value, Deserializer generator)
tryDeserialize in interface Adaptor<SerializedValue>Copyright © 2020. All rights reserved.