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

FIWARE / credentials-config-service / #23

30 Apr 2025 05:29AM UTC coverage: 69.648% (-11.6%) from 81.223%
#23

Pull #9

wistefan
remove deleted
Pull Request #9: add presentation definition

150 of 166 new or added lines in 8 files covered. (90.36%)

72 existing lines in 3 files now uncovered.

257 of 369 relevant lines covered (69.65%)

0.7 hits per line

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

0.0
/src/main/java/org/fiware/iam/repository/InputDescriptor.java
1
package org.fiware.iam.repository;
2

3
import com.fasterxml.jackson.annotation.JsonIgnore;
4
import io.micronaut.core.annotation.Introspected;
5
import io.micronaut.data.annotation.GeneratedValue;
6
import io.micronaut.data.annotation.Id;
7
import io.micronaut.data.annotation.MappedEntity;
8
import io.micronaut.data.annotation.Relation;
9
import lombok.Data;
10
import lombok.Getter;
11
import lombok.Setter;
12

13
/**
14
 * Data entity to map an InputDescriptor
15
 */
16
@Introspected
17
@Getter
18
@Setter
NEW
19
public class InputDescriptor {
×
20

21
        private String name;
22
        private String purpose;
23

24
        private Constraints constraints;
25

26
}
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

© 2026 Coveralls, Inc