public class DefaultLambdaAdaptor extends DefaultSetupGenerator<SerializedLambdaObject> implements SetupGenerator<SerializedLambdaObject>
Constructor and Description |
---|
DefaultLambdaAdaptor() |
Modifier and Type | Method and Description |
---|---|
Class<SerializedLambdaObject> |
getAdaptedClass() |
boolean |
matches(Type type) |
Computation |
tryDeserialize(SerializedLambdaObject value,
Deserializer generator) |
parent
public Class<SerializedLambdaObject> getAdaptedClass()
getAdaptedClass
in interface Adaptor<SerializedLambdaObject>
public boolean matches(Type type)
matches
in interface Adaptor<SerializedLambdaObject>
matches
in class DefaultAdaptor<SerializedLambdaObject>
public Computation tryDeserialize(SerializedLambdaObject value, Deserializer generator)
tryDeserialize
in interface Adaptor<SerializedLambdaObject>
Copyright © 2020. All rights reserved.