The Wayback Machine - https://web.archive.org/web/20201027011046/https://github.com/topics/jackson
Skip to content
#

jackson

Here are 548 public repositories matching this topic...

cowtowncoder
cowtowncoder commented Oct 21, 2020

(note: follow-up to #2291 in which basic example added on README)

So: beyond initial simple Builder usage shown on README it would be nice to have more in-depth usage example(s).
This could be a wiki page on this repo or jackson-docs, or blog post to link to.

For purposes of Hacktoberfest whoever works on this could do PR for change in README to link to whatever resource gets added.

jonfreedman
jonfreedman commented Dec 17, 2019

I have a TypeIdResolver implementation which works around generic type erasure to allow marshaling/unmarshaling of a parameterized type. This works fine when the underlying parameterized type maps directly onto a JSON type e.g. java.lang.Double but when it's a type that needs to be converted to a JSON string e.g. java.time.LocalDate then my TypeIdResolver is asked for a type and I can eit

cowtowncoder
cowtowncoder commented Oct 13, 2020

Since Jackson does not require Java 9 (or higher baseline), module system can not be used to create module-info.class.
But most Jackson components/modules are using Moditect (https://github.com/moditect/moditect) -- support added in 2.11 -- to produce necessary metadata even when building using Java 8 tools.
It would be good to add necessary build support to Kotlin module too.

This issue:

2018年本科毕设项目,已更新所有开发和部署文档。基于Dubbo、SSM、Shiro、ELK、ActiveMQ、Redis等实现的一套高可用、高性能、高可扩展的分布式系统架构,实现可支持业务的基础公共服务,API使用Restful风格对外暴露。已经实现的包括:发送邮件服务、FastDFS文件存储服务、ELK实时日志查询服务、Redis缓存服务、Mybatis数据库、阿里短信推送、Goeasy消息推送、Druid监控、ActiveMQ消息队列、shiro权限认证、cas单点登录、权限配置web系统、移动端后台系统。持续更新中......

  • Updated Jun 20, 2018
  • Java
willgu903
willgu903 commented Apr 25, 2020

I see that x-server-raw-response is available to expose the underlying to users, allowing deeper customization of response.

I was wondering if it's possible to expose a similar interface for request as well? So that we can utilize some predefined functions by akka-http. For example, extractClientIP.

Not a huge deal and is blocking anything, since we can simply replicate all these funct

TomRK1089
TomRK1089 commented Mar 26, 2020

InstantSerializer doesn't respect any of the following standard Jackson configuration settings:

ObjectMapper#setDateFormat
@JsonFormat(pattern) on an Instant
others?

Instead, I have to create and manually override the default InstantSerializer registered by the module.

This isn't well documented and is definitely confusing when using the library.
Can we make InstantSerializer

Improve this page

Add a description, image, and links to the jackson topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jackson topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.