Skip to content

zandero/utils.extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils

Collection of commonly used utilities

Setup

<dependency>      
     <groupId>com.zandero</groupId>      
     <artifactId>utils.extra</artifactId>      
     <version>1.5</version>      
</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
  • ...

About

JSON serialization / deserialization utils

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages