Package sonia.scm.util
Class JsonMerger.ToObjectStage<T>
java.lang.Object
sonia.scm.util.JsonMerger.ToObjectStage<T>
- Enclosing class:
- JsonMerger
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the merged object as the provided classEnables validation for dto object
-
Method Details
-
withValidation
Enables validation for dto object- Returns:
- this builder instance
-
build
Returns the merged object as the provided class- Returns:
- merged object
-