jar

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 JAR file - Latest Versions:

All Versions

Download com.github.drapostolos : type-parser JAR file - All Versions:

Version Vulnerabilities Size 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

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window type-parser-0.8.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.drapostolos.typeparser

├─ com.github.drapostolos.typeparser.DynamicParser.class - [JAR]

├─ com.github.drapostolos.typeparser.DynamicParsers.class - [JAR]

├─ com.github.drapostolos.typeparser.GenericType.class - [JAR]

├─ com.github.drapostolos.typeparser.Helper.class - [JAR]

├─ com.github.drapostolos.typeparser.InputPreprocessor.class - [JAR]

├─ com.github.drapostolos.typeparser.InputPreprocessorHelper.class - [JAR]

├─ com.github.drapostolos.typeparser.NoSuchRegisteredParserException.class - [JAR]

├─ com.github.drapostolos.typeparser.NullStringStrategy.class - [JAR]

├─ com.github.drapostolos.typeparser.NullStringStrategyHelper.class - [JAR]

├─ com.github.drapostolos.typeparser.Parser.class - [JAR]

├─ com.github.drapostolos.typeparser.ParserHelper.class - [JAR]

├─ com.github.drapostolos.typeparser.Parsers.class - [JAR]

├─ com.github.drapostolos.typeparser.SplitStrategy.class - [JAR]

├─ com.github.drapostolos.typeparser.SplitStrategyHelper.class - [JAR]

├─ com.github.drapostolos.typeparser.TargetType.class - [JAR]

├─ com.github.drapostolos.typeparser.TypeParser.class - [JAR]

├─ com.github.drapostolos.typeparser.TypeParserBuilder.class - [JAR]

├─ com.github.drapostolos.typeparser.TypeParserException.class - [JAR]

├─ com.github.drapostolos.typeparser.Util.class - [JAR]

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