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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic 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.