Class ViewComponentBuilder

java.lang.Object
org.springframework.shell.component.ViewComponentBuilder

public class ViewComponentBuilder extends Object
Builder that can be used to configure and create a ViewComponent.
  • Constructor Details

  • Method Details

    • build

      public ViewComponent build(View view)
      Build a new ViewComponent instance and configure it using this builder.
      Parameters:
      view - the view to use with view component
      Returns:
      a configured ViewComponent instance.