public class BeanDictionaryList extends ArrayList<Class<?>>
The classes in the list must be one of the following:
@Bean(typeName) annotation.
BeanDictionaryList.
BeanDictionaryMap.
Subclasses must implement a public no-arg constructor so that it can be instantiated by the bean context code.
modCount| Modifier | Constructor and Description |
|---|---|
protected |
BeanDictionaryList(Class<?>... c)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected BeanDictionaryList |
append(Class<?>... c)
Append one or more bean classes to this bean dictionary.
|
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, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected BeanDictionaryList(Class<?>... c)
c - The list of bean classes to add to this dictionary.
Classes must either specify a @Bean(typeName) value or be another subclass of
protected BeanDictionaryList append(Class<?>... c)
c - The list of bean classes to add to this dictionary.
Classes must either specify a @Bean(typeName) value or be another subclass of
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.