| Modifier and Type | Method and Description |
|---|---|
Class<? extends Adaptor<SerializedList,ObjectToSetupCode>> |
CollectionsListAdaptor.parent() |
Class<? extends Adaptor<SerializedList,ObjectToSetupCode>> |
ArraysListAdaptor.parent() |
| Modifier and Type | Method and Description |
|---|---|
Computation |
DefaultListAdaptor.tryDeserialize(SerializedList value,
ObjectToSetupCode generator) |
Computation |
CollectionsListAdaptor.tryDeserialize(SerializedList value,
ObjectToSetupCode generator) |
Computation |
ArraysListAdaptor.tryDeserialize(SerializedList value,
ObjectToSetupCode generator) |
| Modifier and Type | Method and Description |
|---|---|
Computation |
DefaultListAdaptor.tryDeserialize(SerializedList value,
ObjectToMatcherCode generator) |
| Modifier and Type | Method and Description |
|---|---|
SerializedList |
DefaultListSerializer.generate(Type resultType,
Type type) |
SerializedList |
CollectionsListSerializer.generate(Type resultType,
Type type) |
SerializedList |
ArraysListSerializer.generate(Type resultType,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultListSerializer.populate(SerializedList serializedObject,
Object object) |
void |
CollectionsListSerializer.populate(SerializedList serializedObject,
Object object) |
void |
ArraysListSerializer.populate(SerializedList serializedObject,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
SerializedList |
SerializedList.withResult(Type resultType) |
Copyright © 2016. All rights reserved.