eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

Create ReaderField implementations #6

Closed otaviojava closed 8 years ago

otaviojava commented 8 years ago

The ReaderField has the goal read a information from Value by Class informated.

So, Create ReaderField implementation to:

Example:

https://github.com/JNOSQL/diana/blob/master/diana-api/src/main/java/org/apache/diana/api/reader/NumberReader.java

https://github.com/JNOSQL/diana/blob/master/diana-api/src/test/java/org/apache/diana/api/reader/NumberReaderTest.java

danielsoro commented 8 years ago

@otaviojava Please, close that. I had create new issues to organize better it: https://github.com/JNOSQL/diana/issues/9 https://github.com/JNOSQL/diana/issues/10 https://github.com/JNOSQL/diana/issues/11 https://github.com/JNOSQL/diana/issues/12 https://github.com/JNOSQL/diana/issues/13 https://github.com/JNOSQL/diana/issues/14 https://github.com/JNOSQL/diana/issues/15 https://github.com/JNOSQL/diana/issues/16 https://github.com/JNOSQL/diana/issues/17

:)

otaviojava commented 8 years ago

It makes sense