Spring boot: Read json file and convert it to pojo

  Рет қаралды 6,926

cellon lush

cellon lush

Күн бұрын

Пікірлер
@manjunathakotagunasi6049
@manjunathakotagunasi6049 2 жыл бұрын
Show me what is item here
@threadoff
@threadoff 2 жыл бұрын
List items = getListFromJson(path) - there will be convertation error. This code not working properly
@cellonlush5583
@cellonlush5583 2 жыл бұрын
yes I am aware of it. The generic method won't work in that way. If you want to do that, use just readValue() method and specify class type. (you could also create your own customObjectMapper and extend the objectMapper.) It could be even simpler than that. Just a single line. Ex. ClassName varName = new CustomObjectMapper().readValue(new File("path"), ClassName.class); pretty straightforward. Thank you for comment.
@cellonlush5583
@cellonlush5583 2 жыл бұрын
Check it out! better/simpler/easier way. kzbin.info/www/bejne/iGTKpJtmiK9piK8 You can do List items = getListFromJson(path); But you can't do Item item = items.get(0); and Item item = getListFromJson(path).get(0); It will throw class cast exception. There is actually easier way of doing it , but it is pretty similar to what I did in this video. So I just decided not to upload before. But I will upload it soon
How to Call a REST API using WebClient in Spring Boot
8:03
Random code
Рет қаралды 50 М.
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
Spring Boot Validation
11:58
Fast and Simple Development
Рет қаралды 24 М.
Learn JSON files in 10 minutes! 📄
10:09
Bro Code
Рет қаралды 67 М.
Spring boot: Read json file and convert it to pojo[part2]
3:58
Spring Boot Tutorial - Crash Course
1:16:32
Marco Codes
Рет қаралды 178 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 178 М.
Spring Boot Using VSCode
3:58
Code With Arjun
Рет қаралды 192 М.
"Simple Made Easy" - Rich Hickey (2011)
1:01:39
Strange Loop Conference
Рет қаралды 104 М.