• 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-core/src/main/java/com/alicp/jetcache/support/Fastjson2ValueEncoder.java
1
package com.alicp.jetcache.support;
2

3

4
import com.alibaba.fastjson2.JSON;
5

6
/**
7
 * Created on 2022/07/26.
8
 *
9
 * @author huangli
10
 */
11
public class Fastjson2ValueEncoder extends AbstractJsonEncoder {
12

13
    public static final Fastjson2ValueEncoder INSTANCE = new Fastjson2ValueEncoder(true);
×
14

15
    public Fastjson2ValueEncoder(boolean useIdentityNumber) {
16
        super(useIdentityNumber);
×
17
    }
×
18

19
    @Override
20
    protected byte[] encodeSingleValue(Object value) {
21
        return JSON.toJSONBytes(value);
×
22
    }
23

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