Java Builder Pattern and Fluent-API - how to create complex objects with Java

Описание к видео Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects.

Every time we create a new instance model, we must ensure that this entity is valid in our code. Thus the validation and constraints are critical to guaranteeing the API design direction.

Extracting this creation path to another class in a complex object makes code more testable and readable; plus, it follows the Single of Responsibility principle.

This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java.

Builder Pattern and Fluent-API - how to create complex objects with Java.

#BuilderPattern #FluentAPI #Java #OtavioSantana #complexobjects #JavaBuilderPattern #BuilderPatternandFluent-API

https://github.com/osarchitech/java-v...

Комментарии

Информация по комментариям в разработке