Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 727 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 727 Bytes

drapostolos codecov

type-parser

This is a light weight library that does nothing but parse a string to a given type. Supports all applicable java classes, such as Integer, File, Enum, Float etc., including generic Collection types/interfaces such as List, Set, Map, arrays and even custom made types. Also possible to register your own parsers.

See User Guide.