A set of utilities for convenient work with java types.
To install it, you will need:
- Java 11+
- Maven/Gradle
- Instantiation of implementations of basic type interfaces
- Extracting a raw type from a generalized one
- Getting descriptors for generalized types in runtime
dependencies {
implementation group: 'com.github.romanqed', name: 'jtype', version: 'LATEST'
}
<dependency>
<groupId>com.github.romanqed</groupId>
<artifactId>jtype</artifactId>
<version>LATEST</version>
</dependency>
- Gradle - Dependency management
- RomanQed - Main work
- N1ckBaran0v - Javadocs
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details