项目作者: zandero

项目描述 :
JSON serialization / deserialization utils
高级语言: Java
项目地址: git://github.com/zandero/utils.extra.git
创建时间: 2017-05-09T08:28:07Z
项目社区:https://github.com/zandero/utils.extra

开源协议:Apache License 2.0

下载


utils

Collection of commonly used utilities

Setup

  1. <dependency>
  2. <groupId>com.zandero</groupId>
  3. <artifactId>utils.extra</artifactId>
  4. <version>1.5</version>
  5. </dependency>

JSON utils

Wrapper for Jackson to simplify affairs

  • Transform object from JSON and back using Jackson

Keywords

  • Extracts keywords from text
  • Will exclude common english words
  • Will exclude any given set of words

Urls

Building and parsing of URLs

  • URL composition
  • get domain
  • get scheme
  • get query parameters