VirtualNetworkWebResourceTest.java 文件源码

java
阅读 32 收藏 0 点赞 0 评论 0

项目:athena 作者:
public JsonArrayMatcher(T vnetEntityValue, Function<T, String> getKey1,
                        BiPredicate<T, JsonObject> checkKey1,
                        List<String> jsonFieldNames1,
                        BiFunction<T, String, String> getValue1) {
    vnetEntity = vnetEntityValue;
    getKey = getKey1;
    checkKey = checkKey1;
    jsonFieldNames = jsonFieldNames1;
    getValue = getValue1;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号