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

alibaba / jetcache / #405

16 Apr 2024 05:58AM UTC coverage: 0.0% (-88.9%) from 88.866%
#405

push

areyouok
add encoding to fix coverage report

0 of 5353 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/jetcache-anno/src/main/java/com/alicp/jetcache/anno/support/ParserFunction.java
1
package com.alicp.jetcache.anno.support;
2

3
import java.util.function.Function;
4

5
/**
6
 * Created on 2022/04/06.
7
 *
8
 * @author huangli
9
 */
10
public class ParserFunction implements Function {
11

12
    private final String value;
13

14
    public ParserFunction(String value) {
×
15
        this.value = value;
×
16
    }
×
17

18
    public String getValue() {
19
        return value;
×
20
    }
21

22
    @Override
23
    public Object apply(Object t) {
24
        throw new UnsupportedOperationException();
×
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

© 2025 Coveralls, Inc