P
- The type of NestingBuilder
that was used to create this
builder. This is the type that will be returned by calling
finish()
on this builder.public interface NestedBuilder<P extends NestingBuilder>
SimpleTypeBuilder
,
ArrayTypeBuilder
,
ObjectTypeBuilder
Modifier and Type | Method and Description |
---|---|
P |
finish()
This method finalizes the current builder and the returns its parent
builder (i.e, the builder that was used to create the current builder).
|
P finish()