summaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Collapse)AuthorFilesLines
2014-05-10Centralize Gson creation and registrationPeter Wu1-5/+2
2014-05-10Check for errors if a validation error occurredPeter Wu1-9/+2
This gives more helpful messages when the primitive does not match (object or array instead of string).
2014-05-10Add validator debugger where the wrong type is returnedPeter Wu1-1/+13
2014-05-09Add missing validation annotations, ...Peter Wu1-3/+3
* Add missing Validator annotations for User. * Add entities and url properties for user. * Properly do a recursive check if an Validator annotation is present.
2014-05-08Get rid of unused crapPeter Wu2-113/+0
2014-05-08Replace JSON by GSON, adding extra validationsPeter Wu3-0/+89
Also change reader method, tweets are not received via an observed but by submitting from the caller. Added TODO WTF here and there, formatted with Alt + Shift + F.
2014-05-07Merge origin/masterS1297781-1/+1
2014-05-07data querries into databaseS1297781-0/+25
2014-05-07Fixed a small typo, tweets contain "user".Maurice Laveaux1-1/+1
2014-05-07Removed the extranous DBQuery and simpel propertyMaurice Laveaux1-1/+6
* InputReader reads from Scanner.
2014-05-07Two different inputs (file and stdin).Maurice Laveaux2-0/+83
* DataFiller fills the database with given input.