aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/json.scala
Commit message (Expand)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-091-398/+0
* Improve PhoneNumber (#222)Sergey Nastich2018-09-191-4/+12
* Trait-based initialization and other utilitiesJakob Odersky2018-09-121-78/+2
* Add `@@ Trimmed` tag for Strings and Names to support by JSON readers (#211)v1.14.1Sergey Nastich2018-09-101-6/+9
* Migration to `java.time.Instant` and `java.time.LocalDate`: Part 1 (#200)v1.13.0Sergey Nastich2018-08-241-7/+50
* Add UnauthorizedException and catch it in AuthProvider (#198)Zach Smith2018-08-211-0/+2
* Add json formats for country code and currency code (#197)v1.12.3Sergey Nastich2018-08-211-0/+11
* Validate phone numbers when parsing from JSON (#183)v1.11.8Zach Smith2018-07-191-1/+7
* Add service exception json formatters and pass through exceptions in HttpRest...v1.9.4zachdriver2018-05-251-0/+19
* [API-1584] Change AuthCredentials to accept a string identifier (#166)v1.9.3Arthur Rand2018-05-161-1/+27
* ListResponse and Unmarshallers improvementsv1.8.23Sergey Nastich2018-04-171-0/+6
* Fixed id json formatKseniya Tomskikh2018-04-101-1/+1
* Add convenience methods to work with Tags: `taggedWith` wrapper and a proxy J...Sergey Nastich2018-04-091-2/+10
* Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-031-11/+42
* [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-281-2/+29
* Add DayOfWeek typeZach Smith2018-03-061-1/+4
* Add InetAddress JSON formatZach Smith2017-12-201-0/+13
* Apply new formattingJakob Odersky2017-11-201-6/+8
* Slick support for any Refined types, JSON format and generator for NonEmptyNa...vlad2017-10-201-0/+20
* [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow d...vlad2017-10-191-0/+19
* Making string to json marshallers not implicitv0.13.21vlad2017-07-111-4/+4
* Unmarshallers for pubsub messages toov0.13.18vlad2017-07-061-1/+7
* Json to string marshallers for pubsub messagesv0.13.17vlad2017-07-061-1/+7
* Base64 decode public key file in token authorizationv0.12.9Zach Smith2017-05-251-1/+2
* make idFormat work with UUIDStewart Stewart2017-05-171-12/+3
* try to match uuid first in id PathMatcherStewart Stewart2017-05-101-8/+3
* normalize uuid case on json deserializationStewart Stewart2017-05-101-6/+17
* add method for normalize uuid constructed from pathStewart Stewart2017-05-101-0/+9
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-011-6/+6
* tag int as month via apply methodStewart Stewart2017-03-151-1/+1
* reintroduce month formatStewart Stewart2017-03-151-1/+9
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-1/+0
* Made date json format — root to be able to pass it in HTTP bodyv0.10.4vlad2017-02-021-1/+1
* Moved email and phone number to corev0.10.1vlad2017-02-021-3/+23
* Merge remote-tracking branch 'origin/master' into master3vlad2017-02-021-10/+11
|\
| * serialize date to ISO string rather than objectStewart Stewart2017-01-311-10/+11
* | Removing permissions from user and role as permission is something to check n...vlad2017-02-021-0/+9
|/
* add Date#toString and Date.fromStringStewart Stewart2016-12-221-1/+1
* clarify month deserialization error messageStewart Stewart2016-12-191-1/+1
* add json formatter for dateStewart Stewart2016-12-191-1/+5
* fix name of month json formatterStewart Stewart2016-12-191-1/+1
* scalafmtStewart Stewart2016-12-191-1/+1
* serialize date to json as object with three fieldsStewart Stewart2016-12-191-14/+6
* add json format for date (ISO)Stewart Stewart2016-12-171-0/+17
* General GADT json formatv0.9.27vlad2016-12-081-0/+48
* Lost important PathMatcher bugfixv0.9.25vlad2016-12-071-3/+9
* Changed ids underlying type to String and made Ids and Names — value-classesvlad2016-11-291-9/+7
* Made EnumJsonFormat a RootJsonFormatv0.9.17vlad2016-11-181-7/+7
* Renamed package to xyz, New formatting, authorize directive supporting multip...v0.9.4vlad2016-10-211-2/+1
* Renamed package to xyz, New formatting, authorize directive supporting multip...vlad2016-10-211-0/+107