Interface DefaultBeanGroupManagerConfiguration<K,V extends BeanInstance<K>,C>
- Type Parameters:
K- the bean identifier typeV- the bean instance typeC- the marshalled value context type
public interface DefaultBeanGroupManagerConfiguration<K,V extends BeanInstance<K>,C>
Encapsulates the configuration of a
DefaultBeanGroupManager.- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
getCreator
-
getRemover
-
getMutatorFactory
MutatorFactory<K,MarshalledValue<Map<K, getMutatorFactory()V>, C>> -
getCacheProperties
CacheProperties getCacheProperties() -
getMarshalledValueFactory
MarshalledValueFactory<C> getMarshalledValueFactory()
-