T - Child type being builtTParent - Parent type being builtTBuilder - Parent builder typepublic abstract class AbstractChildBuilder<T,TParent,TBuilder extends AbstractBuilder<TParent>> extends AbstractBuilder<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChildBuilder(TBuilder parentBuilder)
Creates a child builder
|
| Modifier and Type | Method and Description |
|---|---|
TBuilder |
parent()
Gets the parent builder
|
build, checkNotBlank, checkNotEmpty, checkNotNullCopyright © 2012–2022. All rights reserved.