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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
protected 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
BeanDictionaryList
.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
BeanDictionaryList
.Copyright © 2018 Apache. All rights reserved.