public class PropertyExpansionsResult extends ArrayList<PropertyExpansion>
modCount
Constructor and Description |
---|
PropertyExpansionsResult(ModelItem modelItem) |
PropertyExpansionsResult(ModelItem modelItem,
Object defaultTarget) |
Modifier and Type | Method and Description |
---|---|
void |
addAll(PropertyExpansion[] propertyExpansions) |
boolean |
extractAndAddAll(Object target,
String propertyName) |
boolean |
extractAndAddAll(String propertyName) |
PropertyExpansion[] |
toArray() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public PropertyExpansionsResult(ModelItem modelItem)
public boolean extractAndAddAll(String propertyName)
public PropertyExpansion[] toArray()
toArray
in interface Collection<PropertyExpansion>
toArray
in interface List<PropertyExpansion>
toArray
in class ArrayList<PropertyExpansion>
public void addAll(PropertyExpansion[] propertyExpansions)
Copyright © 2019. All Rights Reserved.