Interface EntityViewNestedBuilder<ViewType,ResultType,BuilderType extends EntityViewNestedBuilder<ViewType,ResultType,BuilderType>>

Type Parameters:
ViewType - The entity view type that is built
ResultType - The type to return when this builder finishes
BuilderType - The entity view builder type
All Superinterfaces:
EntityViewBuilderBase<ViewType,BuilderType>

public interface EntityViewNestedBuilder<ViewType,ResultType,BuilderType extends EntityViewNestedBuilder<ViewType,ResultType,BuilderType>> extends EntityViewBuilderBase<ViewType,BuilderType>
A builder for creating nested entity views.
Since:
1.5.0
Author:
Christian Beikov
  • Method Details

    • build

      ResultType build()
      Finishes this builder, associates the built object with the parent object and returns the next builder.
      Returns:
      The next builder