An open API service indexing awesome lists of open source software.

https://github.com/binarskugga/primitiva

Set of utils for working with java primitives and the reflection API.
https://github.com/binarskugga/primitiva

conversion java primitives reflection utils

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/BinarSkugga/Primitiva.svg?branch=master)](https://travis-ci.com/BinarSkugga/Primitiva)
# 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
```xml

primitiva.repo
https://raw.github.com/binarskugga/primitiva/maven

true
always

```
```xml

com.binarskugga
primitiva
1.0

```