Package | Description |
---|---|
net.amygdalum.testrecorder.deserializers.builder | |
net.amygdalum.testrecorder.deserializers.matcher | |
net.amygdalum.testrecorder.serializers |
Modifier and Type | Method and Description |
---|---|
Class<SerializedSet> |
CollectionsSetAdaptor.getAdaptedClass() |
Class<SerializedSet> |
DefaultSetAdaptor.getAdaptedClass() |
Class<? extends SetupGenerator<SerializedSet>> |
CollectionsSetAdaptor.parent() |
Modifier and Type | Method and Description |
---|---|
Type |
DefaultSetAdaptor.componentType(SerializedSet value) |
Stream<SerializedValue> |
DefaultSetAdaptor.elements(SerializedSet value) |
Computation |
CollectionsSetAdaptor.tryDeserialize(SerializedSet value,
Deserializer generator) |
Modifier and Type | Method and Description |
---|---|
Class<SerializedSet> |
DefaultSetAdaptor.getAdaptedClass() |
Modifier and Type | Method and Description |
---|---|
Computation |
DefaultSetAdaptor.tryDeserialize(SerializedSet value,
Deserializer generator) |
Modifier and Type | Method and Description |
---|---|
SerializedSet |
CollectionsSetSerializer.generate(Class<?> type,
SerializerSession session) |
SerializedSet |
DefaultSetSerializer.generate(Class<?> type,
SerializerSession session) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionsSetSerializer.populate(SerializedSet serializedObject,
Object object,
SerializerSession session) |
void |
DefaultSetSerializer.populate(SerializedSet serializedObject,
Object object,
SerializerSession session) |
Copyright © 2020. All rights reserved.