Uses of Interface
cn.sliew.milky.dsl.Builder
-
-
Uses of Builder in cn.sliew.milky.dsl
Classes in cn.sliew.milky.dsl with type parameters of type Builder Modifier and Type Class Description classAbstractConfigurer<O,B extends Builder<O>>A base class forConfigurerthat allows subclasses to only implement the methods they are interested in.interfaceConfigurer<O,B extends Builder<O>>Allows for configuring aBuilder.Subinterfaces of Builder in cn.sliew.milky.dsl Modifier and Type Interface Description interfaceConfigurableBuilder<O,H extends ConfigurableBuilder<O,H>>Classes in cn.sliew.milky.dsl that implement Builder Modifier and Type Class Description classAbstractBuilder<O>classAbstractConfiguredBuilder<O,B extends ConfigurableBuilder<O,B>>A baseBuilderthat allowsConfigurerto be applied to it.
-