@Authors(value="Nikolche Mihajlovski") @Since(value="2.0.0") public abstract class PropertySelectorByName extends org.rapidoid.RapidoidThing implements PropertySelector
ALWAYS_FALSE, ALWAYS_TRUE| Constructor and Description |
|---|
PropertySelectorByName(String... propertyNames) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Prop o1,
Prop o2) |
boolean |
equals(Object obj) |
Set<String> |
exclude() |
int |
hashCode() |
Set<String> |
include() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic PropertySelectorByName(String... propertyNames)
public Set<String> include()
include in interface PropertySelectorpublic Set<String> exclude()
exclude in interface PropertySelectorpublic int compare(Prop o1, Prop o2)
compare in interface Comparator<Prop>Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.