Tag

Converter

0 views collected around this technical thread.

IT Xianyu
IT Xianyu
Apr 18, 2022 · Backend Development

Global Date and Time Conversion in Spring Boot 2.x: Custom Converters, Jackson Configuration, and Parameter Binding

This article explains how to globally handle LocalDate, LocalDateTime, and LocalTime parameters in Spring Boot 2.x by creating custom Converter beans, configuring Jackson's ObjectMapper, using @DateTimeFormat, ControllerAdvice, and understanding the underlying parameter resolution mechanisms to avoid common pitfalls such as lambda‑based converter registration failures.

BackendConverterDateTime
0 likes · 16 min read
Global Date and Time Conversion in Spring Boot 2.x: Custom Converters, Jackson Configuration, and Parameter Binding
Sohu Tech Products
Sohu Tech Products
Sep 15, 2021 · Mobile Development

Eliminate BaseResponse Wrapper in Retrofit Using a Custom Converter.Factory

This article presents a Kotlin‑based technique for removing the repetitive BaseResponse wrapper from Retrofit calls by introducing a custom Converter.Factory and annotation‑driven ConvexTransformer that automatically extracts the data payload.

AndroidConverterCustomAnnotation
0 likes · 7 min read
Eliminate BaseResponse Wrapper in Retrofit Using a Custom Converter.Factory