T - A type of the map values.public interface MapBuilder<T>
MapBuilder<T> put(String key, Class<? extends T> interfaceType) throws ConfigurationException
ConfigurationExceptionMapBuilder<T> put(String key, T value) throws ConfigurationException
ConfigurationExceptionMapBuilder<T> putAll(Map<String,T> map) throws ConfigurationException
ConfigurationExceptionvoid in(Scope scope)
Copyright © 2001–2014 Apache Cayenne. All rights reserved.