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