Skip to content

Commit 2b002fb

Browse files
Update javadoc links
1 parent 00f6261 commit 2b002fb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

problem4j-jackson2/src/main/java/io/github/problem4j/jackson2/ProblemMixIn.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232

3333
/**
3434
* Jackson MixIn that redirects serialization and deserialization of {@code Problem} through the
35-
* {@link ProblemBridge} POJO.
35+
* internal {@link ProblemBridge} POJO.
36+
*
37+
* @see io.github.problem4j.core.Problem
3638
*/
3739
@JacksonXmlRootElement(localName = PROBLEM, namespace = NAMESPACE)
3840
@JsonRootName(value = PROBLEM, namespace = NAMESPACE)

problem4j-jackson3/src/main/java/io/github/problem4j/jackson3/ProblemJacksonMixIn.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232
/**
3333
* Jackson MixIn that redirects serialization and deserialization of {@code Problem} through the
34-
* {@link ProblemBridge} POJO.
34+
* internal {@link ProblemBridge} POJO.
35+
*
36+
* @see io.github.problem4j.core.Problem
3537
*/
3638
@JsonRootName(value = PROBLEM, namespace = NAMESPACE)
3739
@JsonSerialize(converter = ConverterProblemToBridge.class)

0 commit comments

Comments
 (0)