Package org.cache2k.config
Interface ConfigBean<SELF extends ConfigBean<SELF,B>,B extends ConfigBuilder<B,SELF>>
-
- All Superinterfaces:
BeanMarker
- All Known Subinterfaces:
ConfigSection<SELF,B>
,ValidatingConfigBean
- All Known Implementing Classes:
Cache2kConfig
,Cache2kManagerConfig
,CustomizationSupplierByClassName
public interface ConfigBean<SELF extends ConfigBean<SELF,B>,B extends ConfigBuilder<B,SELF>> extends BeanMarker
Marker for cache configuration beans. The marker is not mandatory.Every bean that is used in a cache configuration should adhere to the Java Beans standard. The objects need to be serializable since this is used to copy the default configuration.
- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
builder()
-
-
-
Method Detail
-
builder
B builder()
-
-