public class DefaultListAdaptor extends DefaultGenericCollectionAdaptor<SerializedList> implements SetupGenerator<SerializedList>
| Constructor and Description |
|---|
DefaultListAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
Type |
componentType(SerializedList value) |
Stream<SerializedValue> |
elements(SerializedList value) |
Class<SerializedList> |
getAdaptedClass() |
Class<?>[] |
matchingTypes() |
matches, matchType, tryDeserializeparentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatches, parent, tryDeserializepublic Class<SerializedList> getAdaptedClass()
getAdaptedClass in interface Adaptor<SerializedList>public Class<?>[] matchingTypes()
matchingTypes in class DefaultGenericCollectionAdaptor<SerializedList>public Type componentType(SerializedList value)
componentType in class DefaultGenericCollectionAdaptor<SerializedList>public Stream<SerializedValue> elements(SerializedList value)
elements in class DefaultGenericCollectionAdaptor<SerializedList>Copyright © 2020. All rights reserved.