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 aDefaultBeanGroupManager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CachePropertiesgetCacheProperties()Creator<K,MarshalledValue<Map<K,V>,C>,MarshalledValue<Map<K,V>,C>>getCreator()MarshalledValueFactory<C>getMarshalledValueFactory()MutatorFactory<K,MarshalledValue<Map<K,V>,C>>getMutatorFactory()Remover<K>getRemover()
-
-
-
Method Detail
-
getMutatorFactory
MutatorFactory<K,MarshalledValue<Map<K,V>,C>> getMutatorFactory()
-
getCacheProperties
CacheProperties getCacheProperties()
-
getMarshalledValueFactory
MarshalledValueFactory<C> getMarshalledValueFactory()
-
-