Allow Strings and URIs for the @Link annotation when serializing
With this PR, it becomes possible to use the @Link annotation with Strings and URIs making the library less intrusive and easier to use.
Code Example:
@Link
public String stringLink = "http://something.com";
@Link
public URI uriLink = new URI("http://something.else.com");
Codecov Report
Merging #27 into master will increase coverage by
0.25%. The diff coverage is100.00%.
@@ Coverage Diff @@
## master #27 +/- ##
============================================
+ Coverage 77.27% 77.52% +0.25%
Complexity 63 63
============================================
Files 10 10
Lines 352 356 +4
Branches 67 69 +2
============================================
+ Hits 272 276 +4
Misses 72 72
Partials 8 8
| Impacted Files | Coverage Δ | Complexity Δ | |
|---|---|---|---|
| .../jackson/dataformat/hal/ser/HALBeanSerializer.java | 84.96% <100.00%> (+0.46%) |
4.00 <0.00> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f2834e1...9443455. Read the comment docs.
@langecode: Could you have a look at this PR?
..and again thanks for the contribution. I had not noticed your PR before the mention, sorry.