T
- A type of list values.public interface ListBuilder<T>
Modifier and Type | Method and Description |
---|---|
ListBuilder<T> |
add(Class<? extends T> interfaceType) |
ListBuilder<T> |
add(T value) |
ListBuilder<T> |
addAll(Collection<T> values) |
void |
in(Scope scope) |
ListBuilder<T> add(Class<? extends T> interfaceType) throws ConfigurationException
ConfigurationException
ListBuilder<T> add(T value) throws ConfigurationException
ConfigurationException
ListBuilder<T> addAll(Collection<T> values) throws ConfigurationException
ConfigurationException
void in(Scope scope)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.