COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200901162551/https://github.com/topics/jackson
Here are
526 public repositories
matching this topic...
Java JWT: JSON Web Token for Java and Android
Updated
Aug 22, 2020
Java
Generate Java types from JSON or JSON Schema and annotates those types for data-binding with Jackson, Gson, etc
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included
Updated
Aug 13, 2020
Java
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
Updated
Aug 30, 2020
Kotlin
Module that adds support for serialization/deserialization of Kotlin (
http://kotlinlang.org ) classes and data classes.
Updated
Sep 1, 2020
Kotlin
Generates TypeScript from Java - JSON declarations, REST service client
2018年本科毕设项目,已更新所有开发和部署文档。基于Dubbo、SSM、Shiro、ELK、ActiveMQ、Redis等实现的一套高可用、高性能、高可扩展的分布式系统架构,实现可支持业务的基础公共服务,API使用Restful风格对外暴露。已经实现的包括:发送邮件服务、FastDFS文件存储服务、ELK实时日志查询服务、Redis缓存服务、Mybatis数据库、阿里短信推送、Goeasy消息推送、Druid监控、ActiveMQ消息队列、shiro权限认证、cas单点登录、权限配置web系统、移动端后台系统。持续更新中......
Updated
Jun 20, 2018
Java
JSON query and transformation language
Updated
Aug 18, 2020
Java
Starter RESTful service with websocket notifications using Kotlin, Ktor and Exposed with H2 and HikariCP
Updated
Aug 23, 2020
Kotlin
使用Maven构建,整合Dubbo+Zookeeper+SpringMVC+Spring+MyBatis+Redis支持分布式的高效率便捷开发框架
Updated
Jul 1, 2020
JavaScript
A pluggable BSON generator and parser for the Jackson JSON processor.
Updated
Jul 25, 2020
Java
Clojure library for fast JSON encoding and decoding.
Updated
Aug 27, 2020
Clojure
A fast Java JSON schema validator that supports draft V4, V6, V7 and V2019-09
Updated
Aug 25, 2020
Java
REST version of the Spring Petclinic sample application
Updated
Aug 23, 2020
Java
Getting started with java code auditing 代码审计入门的小项目
Updated
Jul 8, 2020
JavaScript
Unconventional Java code for building web servers / services without a framework. Think dropwizard but as a seed project instead of a framework. If this project had a theme it would be break the rules but be mindful of your decisions.
Updated
May 31, 2020
Java
jq for Jackson Java JSON Processor
Updated
Jun 18, 2020
Java
Extension module to properly support datatypes of javax.money
Updated
Aug 26, 2020
Java
A sample Android app using the MVP architecture.
Updated
Apr 26, 2020
Java
Example of REST API with JWT authentication using Jersey, Jackson, Undertow, Weld, Hibernate and Arquillian.
Updated
Jan 15, 2020
Java
gwt-jackson is a JSON parser for GWT. It uses Jackson 2.x annotations to customize the serialization/deserialization process.
Updated
Jul 15, 2020
Java
A Java library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Updated
Aug 28, 2020
Java
Java Friendly Id for UUID
Updated
Jan 16, 2020
Java
Log4j2 Elasticsearch Appender plugins
Updated
Jul 30, 2020
Java
Java JSON Schema Generator – creating JSON Schema (Draft 6, Draft 7 or Draft 2019-09) from Java classes
Updated
Aug 24, 2020
Java
JSON Binding for Eclipse Modeling Framework
AST free JSON library for Scala
Updated
Jul 7, 2020
Scala
JAVA 漏洞调试项目,主要为复现、调试java相关的漏洞。
Updated
Apr 19, 2020
Java
本项目是基于 SpringMVC+Spring+MyBatis (SSM) 架构的高效率便捷开发框架
Updated
Oct 19, 2018
HTML
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.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I see that
x-server-raw-responseis 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