Skip to content

Set of utils for working with java primitives and the reflection API.

Notifications You must be signed in to change notification settings

BinarSkugga/Primitiva

Repository files navigation

Build Status

Primitiva

Primitiva is a utils library to alleviate boilerplate code when using the Java reflection API and the Java primitives. It can go from a collection of primitive to an array and unbox it in one line or tell you if a type is a primitive array type and much more.

Usage

(TO BE DONE)

Installation

Maven

<repository>
    <id>primitiva.repo</id>
    <url>https://raw.github.com/binarskugga/primitiva/maven</url>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>
<dependency>
	<groupId>com.binarskugga</groupId>
	<artifactId>primitiva</artifactId>
	<version>1.0</version>
</dependency>

About

Set of utils for working with java primitives and the reflection API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages