DOC

com.github.drapostolos : type-parser

Maven & Gradle

Dec 30, 2022
18 usages
56 stars

type-parser · This is a lightweigth library that does nothing but parse a string to a given type. Supports most of the java classes, such as Integer, File, Enum, Float and also generic types as well, such as List<Integer>, Set<File> etc. Also possible to register your own parsers.

Table Of Contents

Latest Version

Download com.github.drapostolos : type-parser Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.drapostolos : type-parser Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file type-parser-0.8.1-javadoc.jar to type-parser-0.8.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder type-parser-0.8.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "type-parser-0.8.1-sources.jar" -d "type-parser-0.8.1-javadoc" -subpackages 

Advertisement

Dependencies from Group

Dec 30, 2022
18 usages
56 stars
May 01, 2023
44 stars
Sep 21, 2013
1 stars

Discover Dependencies

Mar 13, 2018
2 usages
941 stars
Jun 17, 2017
8 usages
40 stars
Apr 26, 2021
10 stars
Aug 20, 2018
2 usages
10 stars
Sep 24, 2021
4 usages
31 stars
Sep 24, 2021
15 usages
31 stars
Aug 19, 2018
1 usages
11k stars