public class DefaultProxyAdaptor extends DefaultMatcherGenerator<SerializedProxy> implements MatcherGenerator<SerializedProxy>
| Constructor and Description |
|---|
DefaultProxyAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
Class<SerializedProxy> |
getAdaptedClass() |
boolean |
matches(Type type) |
Computation |
tryDeserialize(SerializedProxy value,
Deserializer generator) |
net.amygdalum.testrecorder.deserializers.matcher.DefaultProxyAdaptor.TypesAware |
with(TypeManager types) |
parentpublic Class<SerializedProxy> getAdaptedClass()
getAdaptedClass in interface Adaptor<SerializedProxy>public boolean matches(Type type)
matches in interface Adaptor<SerializedProxy>matches in class DefaultAdaptor<SerializedProxy>public Computation tryDeserialize(SerializedProxy value, Deserializer generator)
tryDeserialize in interface Adaptor<SerializedProxy>public net.amygdalum.testrecorder.deserializers.matcher.DefaultProxyAdaptor.TypesAware with(TypeManager types)
Copyright © 2020. All rights reserved.