public class DefaultQueueAdaptor extends DefaultGenericCollectionAdaptor<SerializedList> implements SetupGenerator<SerializedList>
Constructor and Description |
---|
DefaultQueueAdaptor() |
Modifier and Type | Method and Description |
---|---|
Type |
componentType(SerializedList value) |
Stream<SerializedValue> |
elements(SerializedList value) |
Class<SerializedList> |
getAdaptedClass() |
Class<?>[] |
matchingTypes() |
matches, matchType, tryDeserialize
parent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
matches, parent, tryDeserialize
public 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.