• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wistefan / ngsi-ld-java-mapping / #124

13 Sep 2023 08:24AM UTC coverage: 82.375% (-0.05%) from 82.42%
#124

Pull #37

beknazaresenbek
Updated api docs
Pull Request #37: Notifications

10 of 10 new or added lines in 2 files covered. (100.0%)

444 of 539 relevant lines covered (82.37%)

0.82 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/io/github/wistefan/mapping/SubscriptionMixin.java
1
package io.github.wistefan.mapping;
2

3
import com.fasterxml.jackson.annotation.JsonIgnore;
4
import org.fiware.ngsi.model.GeoQueryVO;
5

6
public abstract class SubscriptionMixin {
×
7
    /*
8
      The reason to ignore this field for now is that TMForum API notifications don't have geo queries,
9
      so it's done instead of writing custom deserializer for this field, because field types of geo query cannot be
10
      uniquely deduced
11
     */
12
    @JsonIgnore GeoQueryVO geoQ;
13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc