반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 스프링부트테스트
- mac os git error
- LeetCode
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- OpenFeign
- java 1.8 11
- maybe not public or not valid?
- java
- property or field 'jobparameters' cannot be found on object of type
- Medium
- Java 1.8
- parse
- easy
- AWS CLI
- el1008e
- JUnit
- log error
- java 11
- springboottest
- java 버전 변경
- no sources given
- aws
- querydsl no sources given
- java version
- springboot
- springbatch error
- java 여러개 버전
- error
- No tests found for given includes
- yum install java
Archives
- Today
- Total
목록UnrecognizedPropertyException (1)
쩨이엠 개발 블로그
@JsonIgnoreProperties - UnrecognizedPropertyException: Unrecognized field , not marked as ignorable (one known property)
Jackson databind시 에러나는경우 UnrecognizedPropertyException이 발생한다 ObjectMapper objectMapper = new ObjectMapper(); Data data = objectMapper.readValue(info, Data.class); 이 때 Unrecognized field , not marked as ignorable (one known property) 에러가 났는데 내 경우에는 Data 객체 안에 info에 대한 필드가 존재 하지 않는 경우였다 파싱하고 싶은 데이터는 {“content”:{“id”:”sensorId_001”,”topic”:”sensor-data-test”},”datainfo”:{“reqTime”:1588126260, “reqI..
개발/JAVA
2020. 4. 29. 12:55