public interface CollectionFactory
| Modifier and Type | Method and Description | 
|---|---|
| TypeDescription.Generic | getComponentType()The component type of this factory. | 
| StackManipulation | withValues(List<? extends StackManipulation> stackManipulations)Applies this collection factory in order to build a new collection where each element is represented by
 the given stack manipulations. | 
TypeDescription.Generic getComponentType()
StackManipulation withValues(List<? extends StackManipulation> stackManipulations)
stackManipulations - A list of stack manipulations loading the values to be stored in the collection that is
                           created by this factory in their given order.Copyright © 2014–2024. All rights reserved.