T - public class MultiLevelListFlattenerFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<List<T>>
| Constructor and Description |
|---|
MultiLevelListFlattenerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
List<List<T>> |
getMultiLevelList() |
List<T> |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setMultiLevelList(List<List<T>> multiLevelList) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.