index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/ai/floom/java-sdk/1.0.0/ai/floom | java-sources/ai/floom/java-sdk/1.0.0/ai/floom/response/FloomResponseValue.java | package ai.floom.response;
import lombok.Data;
@Data
public class FloomResponseValue {
public String format;
public String value;
public String type;
public String b64;
public String url;
}
|
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/metrics/k8s/starter/CommonMetricsFilter.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/metrics/k8s/starter/K8sMetricsAutoConfiguration.java | package ai.foremast.metrics.k8s.starter;
import ai.foremast.micrometer.autoconfigure.MeterRegistryCustomizer;
import ai.foremast.micrometer.autoconfigure.MetricsProperties;
import io.micrometer.core.instrument.MeterRegistry;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cont... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/metrics/k8s/starter/K8sMetricsProperties.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class K8sMetricsProperties {
@Value( "${k8s.metrics.common-tag-name-value-pairs}" )
private String commonTagNameValuePairs = "app:ENV.APP_NAM... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/TimedUtils.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/MeterRegistryConfigurer.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/MeterRegistryCustomizer.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/MeterRegistryPostProcessor.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/MeterValue.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/MetricsAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/MetricsProperties.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/OnlyOnceLoggingDenyMeterFilter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/PropertiesMeterFilter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/ServiceLevelAgreementBoundary.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export/StringToDurationConverter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export/StringToTimeUnitConverter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export/prometheus/PrometheusProperties.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export/prometheus/PrometheusPropertiesConfigAdapter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export/properties/PropertiesConfigAdapter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export/properties/StepRegistryProperties.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/autoconfigure/export/properties/StepRegistryPropertiesConfigAdapter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/DefaultWebMvcTagsProvider.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/HandlerMappingIntrospector.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/MatchableHandlerMapping.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/MetricsServletResponse.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/PrometheusServlet.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/RequestMatchResult.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/WebMvcMetricsFilter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/WebMvcTags.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-4x-k8s-metrics/0.2.0/ai/foremast/micrometer/web/servlet/WebMvcTagsProvider.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-15x-starter/0.1.12/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-15x-starter/0.1.12/ai/foremast/metrics/k8s/starter/CommonMetricsFilter.java | package ai.foremast.metrics.k8s.starter;
import io.micrometer.spring.autoconfigure.MetricsProperties;
import io.micrometer.core.instrument.Meter;
import io.micrometer.core.instrument.config.MeterFilter;
import io.micrometer.core.instrument.config.MeterFilterReply;
import org.springframework.util.StringUtils;
import j... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-15x-starter/0.1.12/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-15x-starter/0.1.12/ai/foremast/metrics/k8s/starter/K8sMetricsAutoConfiguration.java | package ai.foremast.metrics.k8s.starter;
import io.micrometer.spring.autoconfigure.MeterRegistryCustomizer;
import io.micrometer.spring.autoconfigure.MetricsProperties;
import io.micrometer.core.instrument.MeterRegistry;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.con... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s/starter/ActuatorSecurityConfig.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
import org.springframe... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s/starter/CommonMetricsFilter.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s/starter/K8sMetricsAutoConfiguration.java | package ai.foremast.metrics.k8s.starter;
import ai.foremast.micrometer.autoconfigure.MeterRegistryCustomizer;
import ai.foremast.micrometer.autoconfigure.MetricsProperties;
import io.micrometer.core.instrument.MeterRegistry;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s/starter/K8sMetricsFilter.java | package ai.foremast.metrics.k8s.starter;
import javax.servlet.*;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* K8s use /metrics and prometheus format metrics description by default
* So "/metrics" needs to be pointed to "/actuator/prometheus"
*/
public class K8sMetricsFilter impl... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/metrics/k8s/starter/K8sMetricsProperties.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties(prefix = "k8s.metrics")
public class K8sMetricsProperties {
private String commonTagNameValuePairs = "app:ENV.APP_NAME|info.app.name";
private String initializeForSta... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/TimedUtils.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/CompositeMeterRegistryAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/CompositeMeterRegistryConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/MeterRegistryPostProcessor.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/MetricsAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/MetricsProperties.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/NoOpMeterRegistryConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/SystemMetricsAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/StringToDurationConverter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/StringToTimeUnitConverter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/prometheus/PrometheusMetricsExportAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/prometheus/PrometheusProperties.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/prometheus/PrometheusPropertiesConfigAdapter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/simple/SimpleMetricsExportAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/simple/SimpleProperties.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/export/simple/SimplePropertiesConfigAdapter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/web | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/web/servlet/WebMvcMetricsAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/web | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/autoconfigure/web/tomcat/TomcatMetricsAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/export/prometheus/PrometheusScrapeEndpoint.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/export | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/export/prometheus/PrometheusScrapeMvcEndpoint.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web/servlet/HandlerMappingIntrospector.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web/servlet/WebMvcMetricsFilter.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web/servlet/WebMvcTags.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web | java-sources/ai/foremast/metrics/foremast-spring-boot-1x-k8s-metrics-starter/0.1.7/ai/foremast/micrometer/web/tomcat/TomcatMetricsBinder.java | /**
* Copyright 2019 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/ActuatorSecurityConfig.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.boot.context.properties.Ena... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/ActuatorSecurityFluxConfig.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.boot.context.properties.Ena... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/CallerWebFluxTagsProvider.java | package ai.foremast.metrics.k8s.starter;
import io.micrometer.core.instrument.Tag;
import io.micrometer.core.instrument.Tags;
import org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider;
import org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags;
import org.springframew... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/CallerWebMvcTagsProvider.java | package ai.foremast.metrics.k8s.starter;
import io.micrometer.core.instrument.Tag;
import io.micrometer.core.instrument.Tags;
import org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags;
import org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider;
import javax.servlet.http.HttpServletReq... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/CommonMetricsFilter.java | /**
* Licensed to the Foremast under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file excep... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/ExposePrometheusAutoConfiguration.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration;
import org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties;
import org.springframework.b... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/K8sMetricsAutoConfiguration.java | package ai.foremast.metrics.k8s.starter;
import io.micrometer.core.instrument.MeterRegistry;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer;
import org.springframework.boot.actuate.autoconfigure.metrics.MetricsPropert... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/K8sMetricsEndpoint.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.boot.actuate.endpoint.annotation.ReadOperation;
import org.springframework.boot.actuate.endpoint.annotation.Selector;
import org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint;
/**
*
*
* /k8s-metrics/enable/sample_metric_name
* ... |
0 | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s | java-sources/ai/foremast/metrics/foremast-spring-boot-k8s-metrics-starter/0.2.0/ai/foremast/metrics/k8s/starter/K8sMetricsProperties.java | package ai.foremast.metrics.k8s.starter;
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties(prefix = "k8s.metrics")
public class K8sMetricsProperties {
private String commonTagNameValuePairs = "app:ENV.APP_NAME|info.app.name";
private String initializeForSta... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/config/FoxPayAutoConfiguration.java | package foxpay.api.config;
import foxpay.api.config.properties.FoxPayConfigProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentS... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/config | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/config/properties/FoxPayConfigProperties.java | package foxpay.api.config.properties;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
import java.io.Serializable;
@Data
@Component
@ConfigurationProperties(prefix = "fox.pay")
public class FoxPayConfigProperties impleme... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/constants/FoxPayHeaderConstant.java | package foxpay.api.constants;
public interface FoxPayHeaderConstant {
/**
* 客户端身份标识
*/
String appId = "app_id";
/**
* 签名
*/
String sign = "sign";
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/dto/OrderCloseDTO.java | package foxpay.api.dto;
import lombok.Data;
@Data
public class OrderCloseDTO {
/**
* 流水号
*/
private String trade_no;
/**
* 商户订单号
*/
private String order_no;
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/dto/OrderCreateDTO.java | package foxpay.api.dto;
import foxpay.api.enums.LocaleEnum;
import lombok.Data;
import java.io.Serializable;
@Data
public class OrderCreateDTO implements Serializable {
/**
* 商户订单标题
*/
private String subject;
/**
* 商户订单号
*/
private String order_no;
/**
* 数量
*/
... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/dto/OrderQueryDTO.java | package foxpay.api.dto;
import lombok.Data;
@Data
public class OrderQueryDTO {
/**
* 流水号
*/
private String trade_no;
/**
* 商户订单号
*/
private String order_no;
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/dto/TransDTO.java | package foxpay.api.dto;
import lombok.Data;
@Data
public class TransDTO {
/**
* 交易凭证
*/
private String trans_token;
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/dto/TransPrepareDTO.java | package foxpay.api.dto;
import lombok.Data;
@Data
public class TransPrepareDTO {
/**
* 商户订单号
*/
private String order_no;
/**
* 收款金额
*/
private String amount;
/**
* 提现地址
*/
private String to_address;
/**
* 回调通知地址
*/
private String notify_url... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/dto/TransQueryDTO.java | package foxpay.api.dto;
import lombok.Data;
@Data
public class TransQueryDTO {
/**
* 流水号
*/
private String trade_no;
/**
* 商户订单号
*/
private String order_no;
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/enums/CodeEnum.java | package foxpay.api.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* code enum
*/
@Getter
@AllArgsConstructor
public enum CodeEnum {
SUCCESS(10000, "success"),
CONFIG_NOT_NULL(61000, "Configuration cannot be empty"),
PARAM_NOT_NULL(61001, "The request parameter object cannot be empty... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/enums/FoxPayUrlEnum.java | package foxpay.api.enums;
import cn.hutool.http.Method;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 枚举
*/
@Getter
@AllArgsConstructor
public enum FoxPayUrlEnum {
/**
* 创建订单
*/
ORDER_CREATE("/sdk/application/createApplicationOrder", Method.POST),
/**
* 查询订单
*/
... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/enums/LocaleEnum.java | package foxpay.api.enums;
import com.alibaba.fastjson.annotation.JSONField;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 异常枚举
*/
@Getter
@AllArgsConstructor
public enum LocaleEnum {
ZH_CN("zh-CN", "中文简体"),
ZH_TW("zh-TW", "中文繁体"),
EN_US("en-US", "英文"),
JA_JP("ja-JP", "日文"),
;
... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/exception/FoxPayException.java | package foxpay.api.exception;
import cn.hutool.core.util.StrUtil;
import foxpay.api.enums.CodeEnum;
import lombok.Data;
@Data
public class FoxPayException extends RuntimeException {
/**
* 状态码
*/
private Integer code;
/**
* 错误信息
*/
private String msg;
public FoxPayException(... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/result/FoxPayResult.java | package foxpay.api.result;
import lombok.Data;
import java.io.Serializable;
@Data
public class FoxPayResult implements Serializable {
private int code;
private String message;
private String data;
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/result/FoxPayVO.java | package foxpay.api.result;
import lombok.Data;
import java.io.Serializable;
@Data
public class FoxPayVO implements Serializable {
private int code;
private String message;
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/service/FoxOrderService.java | package foxpay.api.service;
import foxpay.api.dto.*;
import foxpay.api.result.FoxPayResult;
import foxpay.api.vo.*;
public interface FoxOrderService {
/**
* 创建订单
*/
OrderCreateVO orderCreate(OrderCreateDTO dto);
/**
* 查询订单
*/
OrderQueryVO orderQuery(OrderQueryDTO dto);
/**
... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/service | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/service/impl/FoxOrderServiceImpl.java | package foxpay.api.service.impl;
import cn.hutool.core.util.NumberUtil;
import cn.hutool.core.util.StrUtil;
import com.alibaba.fastjson.JSON;
import foxpay.api.config.properties.FoxPayConfigProperties;
import foxpay.api.dto.*;
import foxpay.api.enums.CodeEnum;
import foxpay.api.enums.FoxPayUrlEnum;
import foxpay.api.e... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/util/FoxPayRequestUtil.java | package foxpay.api.util;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.io.file.FileReader;
import cn.hutool.core.map.MapUtil;
import cn.hutool.core.util.ObjectUtil;
import cn.hutool.core.util.StrUtil;
import cn.hutool.core.util.URLUtil;
import cn.hutool.http.HttpRequest;
import cn.hutool.http.HttpResponse... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/util/HttpRequestUtil.java | package foxpay.api.util;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import java.util.Map;
public class HttpRequestUtil {
public static String post(String uri, Map<S... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/util/RSAExample.java | package foxpay.api.util;
import cn.hutool.core.io.file.FileReader;
import java.security.*;
import java.security.spec.PKCS8EncodedKeySpec;
import java.security.spec.X509EncodedKeySpec;
import java.util.Base64;
public class RSAExample {
// 签名
public static byte[] sign(byte[] data, PrivateKey privateKey) thr... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/util/SecretSignUtil.java | package foxpay.api.util;
import cn.hutool.core.bean.BeanUtil;
import lombok.extern.slf4j.Slf4j;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
@Slf4j
public class SecretSignUtil {
/**
* 排序参数
*/
public static String sortParam(Map<String, Objec... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/vo/BalanceQueryVO.java | package foxpay.api.vo;
import foxpay.api.result.FoxPayVO;
import lombok.Data;
/**
* sdk订单信息
*/
@Data
public class BalanceQueryVO extends FoxPayVO {
/**
* erc20地址
*/
private String erc20_address;
/**
* trc20地址
*/
private String trc20_address;
/**
* 可用资产
*/
pr... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/vo/OrderCreateVO.java | package foxpay.api.vo;
import foxpay.api.result.FoxPayVO;
import lombok.Data;
@Data
public class OrderCreateVO extends FoxPayVO {
/**
* 流水号
*/
private String trade_no;
/**
* 订单状态:1等待支付 2支付成功 3交易失败 4交易超时
*/
private Integer status;
/**
* eth收款地址
*/
private Strin... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/vo/OrderQueryVO.java | package foxpay.api.vo;
import foxpay.api.result.FoxPayVO;
import lombok.Data;
@Data
public class OrderQueryVO extends FoxPayVO {
/**
* 流水号
*/
private String trade_no;
/**
* 订单状态:1等待支付 2支付成功 3交易失败 4交易超时
*/
private Integer status;
/**
* eth收款地址
*/
private String ... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/vo/TransPrepareVO.java | package foxpay.api.vo;
import foxpay.api.result.FoxPayVO;
import lombok.Data;
@Data
public class TransPrepareVO extends FoxPayVO {
/**
* 交易凭证
*/
private String trans_token;
}
|
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/vo/TransQueryVO.java | package foxpay.api.vo;
import foxpay.api.result.FoxPayVO;
import lombok.Data;
@Data
public class TransQueryVO extends FoxPayVO {
/**
* 流水号
*/
private String trade_no;
/**
* 商户订单号
*/
private String order_no;
/**
* 手续费方式:2 交易金额 3 账户余额
*/
private String gas_type;... |
0 | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api | java-sources/ai/foxpay/api/foxpay-sdk/1.1/foxpay/api/vo/TransVO.java | package foxpay.api.vo;
import foxpay.api.result.FoxPayVO;
import lombok.Data;
@Data
public class TransVO extends FoxPayVO {
/**
* 流水号
*/
private String trade_no;
/**
* 商户订单号
*/
private String order_no;
/**
* 手续费方式:2 交易金额 3 账户余额
*/
private String gas_type;
... |
0 | java-sources/ai/fusionbrain/fusionbrain-spring-boot-starter/1.0.0/ai/fusionbrain | java-sources/ai/fusionbrain/fusionbrain-spring-boot-starter/1.0.0/ai/fusionbrain/autoconfigure/FusionBrainAutoConfiguration.java | package ai.fusionbrain.autoconfigure;
import ai.fusionbrain.client.FusionBrainClient;
import ai.fusionbrain.client.FusionBrainClientImpl;
import ai.fusionbrain.client.FusionBrainFeignClient;
import ai.fusionbrain.config.FeignConfig;
import ai.fusionbrain.config.FusionBrainProperties;
import ai.fusionbrain.config.Fusio... |
0 | java-sources/ai/fusionbrain/fusionbrain-spring-boot-starter/1.0.0/ai/fusionbrain | java-sources/ai/fusionbrain/fusionbrain-spring-boot-starter/1.0.0/ai/fusionbrain/autoconfigure/FusionBrainSslConfig.java | package ai.fusionbrain.autoconfigure;
import ai.fusionbrain.config.FusionBrainSslProperties;
import org.apache.http.conn.ssl.NoopHostnameVerifier;
import org.apache.http.conn.ssl.SSLConnectionSocketFactory;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import o... |
0 | java-sources/ai/fusionbrain/fusionbrain-spring-boot-starter/1.0.0/ai/fusionbrain | java-sources/ai/fusionbrain/fusionbrain-spring-boot-starter/1.0.0/ai/fusionbrain/client/FusionBrainClient.java | package ai.fusionbrain.client;
import ai.fusionbrain.dto.*;
import ai.fusionbrain.dto.request.PipelineParams;
import ai.fusionbrain.exception.FusionBrainException;
import java.util.List;
import java.util.UUID;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutionException;
/**
* Inter... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.