@Target(value={METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface CollectionMapping
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Comparator> |
comparator
The comparator that should be used for sorting of the collection.
|
boolean |
ignoreIndex
Specifies whether the index of the indexed collection should be ignored or not.
|
boolean |
ordered
Specifies whether entries in the collection should be ordered.
|
public abstract Class<? extends Comparator> comparator
Copyright © 2014–2018 Blazebit. All rights reserved.