public class GdprFormat
extends java.lang.Object
| Constructor and Description |
|---|
GdprFormat() |
| Modifier and Type | Method and Description |
|---|---|
static <T> play.api.libs.json.Format<WithDataSubjectId<T>> |
specificWithDataSubjectIdFormat()
GdprFormat.withDataSubjectIdFormat can be used for top level WithDataSubjectId, but for nested
WithDataSubjectId you must define a more specifific type with GdprFormat.specificWithDataSubjectIdFormat. |
static play.api.libs.json.Format<WithDataSubjectId<?>> |
withDataSubjectIdFormat()
Play JSON Format for
WithDataSubjectId that should be included in
com.lightbend.lagom.scaladsl.playjson.JsonSerializerRegistry |
public static play.api.libs.json.Format<WithDataSubjectId<?>> withDataSubjectIdFormat()
WithDataSubjectId that should be included in
com.lightbend.lagom.scaladsl.playjson.JsonSerializerRegistry
GdprFormat.specificWithDataSubjectIdFormatpublic static <T> play.api.libs.json.Format<WithDataSubjectId<T>> specificWithDataSubjectIdFormat()
GdprFormat.withDataSubjectIdFormat can be used for top level WithDataSubjectId, but for nested
WithDataSubjectId you must define a more specifific type with GdprFormat.specificWithDataSubjectIdFormat.