본문 바로가기

HEROJOON 블로그(히로블)

검색하기
HEROJOON 블로그(히로블)
프로필사진 herojoon

  • 분류 전체보기 (140)
    • Backend (25)
    • Frontend (21)
    • Git (9)
    • Spring (4)
    • JPA (3)
    • H2 (3)
    • DB (7)
    • Redis (2)
    • Python (3)
    • Kafka (4)
    • LLM (2)
    • Kubernetes (2)
    • Docker (4)
    • Linux (6)
    • 기타 (33)
    • Mac (6)
    • 코딩테스트 (5)
Guestbook
Recent Posts
Recent Comments
Tags
  • github
  • FCM Push 전송
  • 해커랭크 문제풀이
  • Coding Test
  • kubernetes
  • h2 console
  • android fcm
  • IntelliJ
  • react
  • FCM Admin SDK
  • 글자 깨짐 폰트
  • FCM Android
  • Codility
  • 코딩테스트
  • 성능테스트
  • JDK 설치
  • 해커랭크 풀이
  • docker container
  • git push
  • git
  • docker
  • java 빈칸 채우기
  • FCM Push
  • kafka
  • android firebase
  • FCM
  • FCM 전송 방법
  • codility 100%
  • ubuntu
  • minikube
more
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type (1)

HEROJOON 블로그(히로블)

com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type 'java.util.ArrayList' 오류 해결

오류명 com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type 'java.util.ArrayList' 해결방법 ObjectMapper objectMapper = new ObjectMapper(); objectMapper.enable(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY); // list deserialization 기능 활성화 List orders = objectMapper.readValue(responseStr, new TypeReference(){});

기타 2022. 10. 2. 23:54
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바