File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/java/com/github/m0nk3y2k4/thetvdb/internal/api/impl/model/data Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2525import com .fasterxml .jackson .databind .annotation .JsonDeserialize ;
2626import com .github .m0nk3y2k4 .thetvdb .api .model .data .Image ;
2727import com .github .m0nk3y2k4 .thetvdb .internal .api .impl .annotation .WithHiddenImplementation ;
28+ import org .immutables .value .Value .Auxiliary ;
2829import org .immutables .value .Value .Immutable ;
2930
3031/**
@@ -62,6 +63,7 @@ public Integer getRatingCount() {
6263 * @see #getRatingAverage()
6364 * @see #getRatingCount()
6465 */
66+ @ Auxiliary
6567 abstract Map <String , Object > getRatingsInfo ();
6668
6769 @ Override
Original file line number Diff line number Diff line change 3737import com .github .m0nk3y2k4 .thetvdb .api .model .data .Movie ;
3838import com .github .m0nk3y2k4 .thetvdb .internal .api .impl .annotation .WithHiddenImplementation ;
3939import com .github .m0nk3y2k4 .thetvdb .internal .util .APIUtil ;
40+ import org .immutables .value .Value .Auxiliary ;
4041import org .immutables .value .Value .Immutable ;
4142
4243/**
@@ -103,6 +104,7 @@ public List<People> getWriters() {
103104 *
104105 * @return People from the JSON mapped by their corresponding category
105106 */
107+ @ Auxiliary
106108 abstract Map <PeopleCategory , List <People >> getPeople ();
107109
108110 /**
You can’t perform that action at this time.
0 commit comments