org.apache.cayenne.di
Interface ListBuilder<T>

Type Parameters:
T - A type of list values.

public interface ListBuilder<T>

A binding builder for list configurations.

Since:
3.1

Method Summary
 ListBuilder<T> add(java.lang.Class<? extends T> interfaceType)
           
 ListBuilder<T> add(T value)
           
 ListBuilder<T> addAll(java.util.Collection<T> values)
           
 void in(Scope scope)
           
 

Method Detail

add

ListBuilder<T> add(java.lang.Class<? extends T> interfaceType)
                   throws ConfigurationException
Throws:
ConfigurationException

add

ListBuilder<T> add(T value)
                   throws ConfigurationException
Throws:
ConfigurationException

addAll

ListBuilder<T> addAll(java.util.Collection<T> values)
                      throws ConfigurationException
Throws:
ConfigurationException

in

void in(Scope scope)


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.