public class GdprFormat$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static GdprFormat$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
GdprFormat$() |
| Modifier and Type | Method and Description |
|---|---|
<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. |
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 final GdprFormat$ MODULE$
public play.api.libs.json.Format<WithDataSubjectId<?>> withDataSubjectIdFormat()
WithDataSubjectId that should be included in
com.lightbend.lagom.scaladsl.playjson.JsonSerializerRegistry
GdprFormat.specificWithDataSubjectIdFormatpublic <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.