public class LargePrimitiveArrayAdaptor extends Object implements MatcherGenerator<SerializedArray>
| Constructor and Description |
|---|
LargePrimitiveArrayAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
Class<SerializedArray> |
getAdaptedClass() |
boolean |
matches(Type type) |
Class<? extends MatcherGenerator<SerializedArray>> |
parent() |
Computation |
tryDeserialize(SerializedArray value,
Deserializer generator) |
public Class<SerializedArray> getAdaptedClass()
getAdaptedClass in interface Adaptor<SerializedArray>public Class<? extends MatcherGenerator<SerializedArray>> parent()
parent in interface Adaptor<SerializedArray>public boolean matches(Type type)
matches in interface Adaptor<SerializedArray>public Computation tryDeserialize(SerializedArray value, Deserializer generator)
tryDeserialize in interface Adaptor<SerializedArray>Copyright © 2020. All rights reserved.