public class SerializationConfig extends java.util.TreeSet<ConstructorUsage> implements MergeableConfig<SerializationConfig>
| Constructor and Description |
|---|
SerializationConfig() |
SerializationConfig(ConstructorUsage... constructorUsages) |
| Modifier and Type | Method and Description |
|---|---|
SerializationConfig |
mergeWith(SerializationConfig other) |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic SerializationConfig()
public SerializationConfig(ConstructorUsage... constructorUsages)
public SerializationConfig mergeWith(SerializationConfig other)
mergeWith in interface MergeableConfig<SerializationConfig>