P
- The type of NestingBuilder
that was used to create this
builder. This is the type that will be returned by calling
NestedBuilder.finish()
on this builder.public interface ObjectTypeBuilder<P extends NestingBuilder> extends ComplexTypeBuilder<ObjectTypeBuilder<P>>, NestedBuilder<P>
ComplexTypeBuilder
. This API defines actions
that are specific to a nested object type definition and not do not apply to
complex types in a general sense.buildFieldSpec, buildProperty, withMaxProperties, withMinProperties, withRequired
getObjectRoot
withDescription, withId, withIgnoreForFilters, withIgnoreForSelection, withIgnoreForSort, withTitle
finish