Class BaseBuilder

java.lang.Object
net.sodacan.core.config.BaseBuilder
Direct Known Subclasses:
SimpleBuilder

public abstract class BaseBuilder extends Object
Contains all the logic for configuration but no actual configuration. This is an abstract class. If you want a custom configuration from scratch, it's best to subclass this class and provide configuration settings there, see SimpleBuilder for an example. You can also subclass SimpleBuilder and not have to start from scratch. These builders also come with a copy constructor making it easy to do mixins (last configuration setting wins).