winter / io.jentz.winter / ComponentBuilder / SubcomponentIncludeMode

SubcomponentIncludeMode

enum class SubcomponentIncludeMode

Enum Values

DoNotInclude

Do not include subcomponents from the component to include.

DoNotIncludeIfAlreadyPresent

Do not include a subcomponent with a qualifier that is already present in the including component.

Replace

Replace an existing subcomponent with same qualifier if already present in the including component.

Merge

If a component with the same qualifier already exists in the including component then derive from it and include the subcomponent with same qualifier from the component to include.