index
int64
repo_id
string
file_path
string
content
string
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/controller
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/controller/helper/package-info.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/filter/DemoFilter.java
/* * Copyright 2014-2018 f2time.com All right reserved. */ package ai.houyi.dorado.example.filter; import ai.houyi.dorado.rest.http.Filter; import ai.houyi.dorado.rest.http.HttpRequest; import ai.houyi.dorado.rest.http.HttpResponse; /** * @author weiping wang * */ public class DemoFilter implements Filter { @O...
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/filter/package-info.java
/** * */ /** * @author marta * */ package ai.houyi.dorado.example.filter;
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/model/Campaign.java
/* * Copyright 2014-2018 f2time.com All right reserved. */ package ai.houyi.dorado.example.model; import javax.annotation.Generated; /** * @author wangweiping * */ public class Campaign { private int id; private String name; @Generated("SparkTools") private Campaign(Builder builder) { this.id = builder.id...
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/model/TestResp.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/model/package-info.java
/* * Copyright 2014-2018 f2time.com All right reserved. */ /** * @author wangweiping * */ package ai.houyi.dorado.example.model;
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/springboot/Application.java
/* * Copyright 2014-2018 f2time.com All right reserved. */ package ai.houyi.dorado.example.springboot; import org.springframework.boot.SpringApplication; import org.springframework.context.annotation.ComponentScan; import ai.houyi.dorado.springboot.DoradoSpringBootApplication; import ai.houyi.dorado.swagger.EnableS...
0
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example
java-sources/ai/houyi/dorado-examples/0.0.51/ai/houyi/dorado/example/springboot/package-info.java
/** * */ /** * @author marta * */ package ai.houyi.dorado.example.springboot;
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/EnableSwagger.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/Reader.java
package ai.houyi.dorado.swagger; import java.lang.annotation.Annotation; import java.lang.reflect.Method; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.EnumSet; ...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/SwaggerFactory.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/SwaggerResourceRegister.java
/* * Copyright 2012 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/controller/SwaggerV2Controller.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/controller/package-info.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/ext/ApiContext.java
/* * Copyright 2017-2019 The OpenAds Project * * The OpenAds Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * ...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/ext/ApiContextBuilder.java
/* * Copyright 2017-2019 The OpenAds Project * * The OpenAds Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * ...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/ext/ApiKey.java
/* * Copyright 2017-2019 The OpenAds Project * * The OpenAds Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * ...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/ext/DefaultParameterExtension.java
package ai.houyi.dorado.swagger.ext; import java.io.InputStream; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Set; import com.fasterxml.jackson.databind.ObjectMapper; import ai.houyi.dorado.rest.a...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/ext/SwaggerExtension.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/ext/SwaggerExtensions.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/ext/package-info.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/utils/ReaderUtils.java
package ai.houyi.dorado.swagger.utils; import java.lang.annotation.Annotation; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Hash...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/utils/package-info.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/yaml/YamlMessageBodyConverter.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger/0.0.51/ai/houyi/dorado/swagger/yaml/package-info.java
/* * Copyright 2017 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger-spring-boot-starter/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger-spring-boot-starter/0.0.51/ai/houyi/dorado/swagger/springboot/SwaggerAutoConfiguration.java
/* * Copyright 2017-2019 The OpenAds Project * * The OpenAds Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * ...
0
java-sources/ai/houyi/dorado-swagger-spring-boot-starter/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger-spring-boot-starter/0.0.51/ai/houyi/dorado/swagger/springboot/SwaggerProperties.java
/* * Copyright 2017-2019 The OpenAds Project * * The OpenAds Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * ...
0
java-sources/ai/houyi/dorado-swagger-spring-boot-starter/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger-spring-boot-starter/0.0.51/ai/houyi/dorado/swagger/springboot/package-info.java
/* * Copyright 2017-2019 The OpenAds Project * * The OpenAds Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * ...
0
java-sources/ai/houyi/dorado-swagger-ui/0.0.51/ai/houyi/dorado/swagger
java-sources/ai/houyi/dorado-swagger-ui/0.0.51/ai/houyi/dorado/swagger/ui/SwaggerUIResourceRegister.java
/* * Copyright 2012 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger-ui/0.0.51/ai/houyi/dorado/swagger/ui
java-sources/ai/houyi/dorado-swagger-ui/0.0.51/ai/houyi/dorado/swagger/ui/controller/SwaggerUIController.java
/* * Copyright 2012 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/houyi/dorado-swagger-ui/0.0.51/ai/houyi/dorado/swagger/ui
java-sources/ai/houyi/dorado-swagger-ui/0.0.51/ai/houyi/dorado/swagger/ui/controller/package-info.java
/* * Copyright 2012 The OpenDSP Project * * The OpenDSP Project licenses this file to you 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
0
java-sources/ai/hyacinth/framework/core-service-admin-server/0.5.24/ai/hyacinth/core/service/admin/server
java-sources/ai/hyacinth/framework/core-service-admin-server/0.5.24/ai/hyacinth/core/service/admin/server/boot/AdminServerApplication.java
package ai.hyacinth.core.service.admin.server.boot; import de.codecentric.boot.admin.server.config.EnableAdminServer; import org.springframework.boot.WebApplicationType; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; @SpringBootAp...
0
java-sources/ai/hyacinth/framework/core-service-api-support/0.5.24/ai/hyacinth/core/service/api/support
java-sources/ai/hyacinth/framework/core-service-api-support/0.5.24/ai/hyacinth/core/service/api/support/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.api.support.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-api-support/0.5.24/ai/hyacinth/core/service/api/support
java-sources/ai/hyacinth/framework/core-service-api-support/0.5.24/ai/hyacinth/core/service/api/support/config/ServiceApiConfig.java
package ai.hyacinth.core.service.api.support.config; import feign.Logger; import feign.Retryer; import feign.codec.ErrorDecoder; import org.springframework.context.annotation.Bean; public class ServiceApiConfig { @Bean public ErrorDecoder errorDecoder() { return new ServiceApiErrorDecoder(); } @Bean pu...
0
java-sources/ai/hyacinth/framework/core-service-api-support/0.5.24/ai/hyacinth/core/service/api/support
java-sources/ai/hyacinth/framework/core-service-api-support/0.5.24/ai/hyacinth/core/service/api/support/config/ServiceApiErrorDecoder.java
package ai.hyacinth.core.service.api.support.config; import ai.hyacinth.core.service.web.common.ServiceApiErrorResponse; import ai.hyacinth.core.service.web.common.ServiceApiException; import ai.hyacinth.core.service.web.common.error.CommonServiceErrorCode; import com.fasterxml.jackson.databind.ObjectMapper; import fe...
0
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support/config/BusConfig.java
package ai.hyacinth.core.service.bus.support.config; import ai.hyacinth.core.service.bus.support.event.BusEvent; import ai.hyacinth.core.service.bus.support.service.BusService; import org.springframework.amqp.core.AmqpAdmin; import org.springframework.amqp.rabbit.connection.ConnectionFactory; import org.springframewor...
0
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.bus.support.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support/event/BusEvent.java
package ai.hyacinth.core.service.bus.support.event; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import javax.validation.constraints.NotNull; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; import org.springframework.cloud.bus.event.RemoteApplicationEvent; @Data @No...
0
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support/service/BusService.java
package ai.hyacinth.core.service.bus.support.service; import ai.hyacinth.core.service.bus.support.event.BusEvent; public interface BusService { String ALL_SERVICES = "**"; <T> void publish(String targetService, String eventType, T payload); void publish(BusEvent<?> event); }
0
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support/service
java-sources/ai/hyacinth/framework/core-service-bus-support/0.5.24/ai/hyacinth/core/service/bus/support/service/impl/BusServiceImpl.java
package ai.hyacinth.core.service.bus.support.service.impl; import ai.hyacinth.core.service.bus.support.event.BusEvent; import ai.hyacinth.core.service.bus.support.service.BusService; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cloud.bus.Bu...
0
java-sources/ai/hyacinth/framework/core-service-cache-support/0.5.24/ai/hyacinth/core/service/cache/support
java-sources/ai/hyacinth/framework/core-service-cache-support/0.5.24/ai/hyacinth/core/service/cache/support/config/CacheConfig.java
package ai.hyacinth.core.service.cache.support.config; import ai.hyacinth.core.service.cache.support.service.CacheProviderLogger; import lombok.extern.slf4j.Slf4j; import org.springframework.cache.annotation.EnableCaching; import org.springframework.context.annotation.ComponentScan; import org.springframework.context....
0
java-sources/ai/hyacinth/framework/core-service-cache-support/0.5.24/ai/hyacinth/core/service/cache/support
java-sources/ai/hyacinth/framework/core-service-cache-support/0.5.24/ai/hyacinth/core/service/cache/support/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.cache.support.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-cache-support/0.5.24/ai/hyacinth/core/service/cache/support
java-sources/ai/hyacinth/framework/core-service-cache-support/0.5.24/ai/hyacinth/core/service/cache/support/service/CacheProviderLogger.java
package ai.hyacinth.core.service.cache.support.service; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.BeansException; import org.springframework.boot.context.event.ApplicationReadyEvent; import org.springframework.cache.CacheManager; import org.springframework.context.ApplicationContext; import or...
0
java-sources/ai/hyacinth/framework/core-service-config-server/0.5.24/ai/hyacinth/core/service/config
java-sources/ai/hyacinth/framework/core-service-config-server/0.5.24/ai/hyacinth/core/service/config/server/ConfigServerApplication.java
package ai.hyacinth.core.service.config.server; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; @EnableConfigServer @SpringBootApplication public class ConfigServerApplication { ...
0
java-sources/ai/hyacinth/framework/core-service-config-support/0.5.24/ai/hyacinth/core/service/config/support
java-sources/ai/hyacinth/framework/core-service-config-support/0.5.24/ai/hyacinth/core/service/config/support/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.config.support.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-discovery-server/0.5.24/ai/hyacinth/core/service/discovery/server
java-sources/ai/hyacinth/framework/core-service-discovery-server/0.5.24/ai/hyacinth/core/service/discovery/server/boot/DiscoveryServerApplication.java
package ai.hyacinth.core.service.discovery.server.boot; import org.springframework.boot.WebApplicationType; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; ...
0
java-sources/ai/hyacinth/framework/core-service-discovery-support/0.5.24/ai/hyacinth/core/service/discovery/support
java-sources/ai/hyacinth/framework/core-service-discovery-support/0.5.24/ai/hyacinth/core/service/discovery/support/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.discovery.support.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-discovery-support/0.5.24/ai/hyacinth/core/service/discovery/support
java-sources/ai/hyacinth/framework/core-service-discovery-support/0.5.24/ai/hyacinth/core/service/discovery/support/config/DiscoveryConfig.java
package ai.hyacinth.core.service.discovery.support.config; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.context.annotation.Configuration; @Configuration @EnableDiscoveryClient public class DiscoveryConfig {}
0
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support/config/EndpointConfig.java
package ai.hyacinth.core.service.endpoint.support.config; import ai.hyacinth.core.service.endpoint.support.errorhandler.ServiceControllerExceptionHandler; import ai.hyacinth.core.service.swagger.support.SwaggerConfig; import ai.hyacinth.core.service.web.support.config.WebConfig; import org.springframework.boot.autocon...
0
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support/config/SchedulingConfig.java
package ai.hyacinth.core.service.endpoint.support.config; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableAsync; import org.springframework.scheduling.annotation.EnableScheduling; @Configuration @EnableAsync @EnableScheduling public class SchedulingC...
0
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support/errorhandler/ServiceApiErrorAttributes.java
package ai.hyacinth.core.service.endpoint.support.errorhandler; import ai.hyacinth.core.service.web.common.error.CommonServiceErrorCode; import ai.hyacinth.core.service.web.common.ServiceApiConstants; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.Optional; import org.sp...
0
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support
java-sources/ai/hyacinth/framework/core-service-endpoint-support/0.5.24/ai/hyacinth/core/service/endpoint/support/errorhandler/ServiceControllerExceptionHandler.java
package ai.hyacinth.core.service.endpoint.support.errorhandler; import ai.hyacinth.core.service.web.common.ServiceApiConstants; import ai.hyacinth.core.service.web.common.ServiceApiErrorResponse; import ai.hyacinth.core.service.web.common.ServiceApiException; import ai.hyacinth.core.service.web.common.error.CommonServ...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/boot/GatewayServerApplication.java
package ai.hyacinth.core.service.gateway.server.boot; import ai.hyacinth.core.service.gateway.server.config.GatewayConfig; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotat...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/config/GatewayConfig.java
package ai.hyacinth.core.service.gateway.server.config; import ai.hyacinth.core.service.discovery.support.config.DiscoveryConfig; import ai.hyacinth.core.service.gateway.server.configprops.GatewayServerProperties; import ai.hyacinth.core.service.gateway.server.jwt.JwtService; import ai.hyacinth.core.service.gateway.se...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/config/RouteConfig.java
package ai.hyacinth.core.service.gateway.server.config; import static org.springframework.cloud.gateway.support.ServerWebExchangeUtils.GATEWAY_REQUEST_URL_ATTR; import ai.hyacinth.core.service.gateway.server.configprops.GatewayRateLimiterProperties; import ai.hyacinth.core.service.gateway.server.configprops.GatewaySe...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/config/SecurityConfig.java
package ai.hyacinth.core.service.gateway.server.config; import ai.hyacinth.core.service.gateway.server.configprops.GatewaySecurityProperties; import ai.hyacinth.core.service.gateway.server.configprops.GatewayServerProperties; import ai.hyacinth.core.service.gateway.server.jwt.JwtAuthenticationWebFilter; import java.ut...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/configprops/GatewayJwtProperties.java
package ai.hyacinth.core.service.gateway.server.configprops; import io.jsonwebtoken.SignatureAlgorithm; import java.time.Duration; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.boot.context.properties.ConfigurationProperties; @ConfigurationProperties @NoArgsConstructor @Data public c...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/configprops/GatewayRateLimiterProperties.java
package ai.hyacinth.core.service.gateway.server.configprops; import java.time.Duration; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.boot.context.properties.ConfigurationProperties; @Data @NoArgsConstructor @ConfigurationProperties public class GatewayRateLimiterProperties { priva...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/configprops/GatewayRuleProperties.java
package ai.hyacinth.core.service.gateway.server.configprops; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import javax.validation.constraints.NotNull; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/configprops/GatewaySecurityProperties.java
package ai.hyacinth.core.service.gateway.server.configprops; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class GatewaySecurityProperties { /** * this switch determines different behavior when the authority of a rule is not specified */ private boolean authenticatedRe...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/configprops/GatewayServerProperties.java
package ai.hyacinth.core.service.gateway.server.configprops; import java.util.ArrayList; import java.util.List; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.boot.context.properties.ConfigurationProperties; @ConfigurationProperties("ai.hyacinth.core.service.gateway.server") @Data @No...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/configprops/ResponsePostProcessingType.java
package ai.hyacinth.core.service.gateway.server.configprops; public enum ResponsePostProcessingType { NONE, AUTHENTICATION_COOKIE, AUTHENTICATION_JWT, API, }
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/jwt/JwtAuthenticationManager.java
package ai.hyacinth.core.service.gateway.server.jwt; import org.springframework.security.authentication.ReactiveAuthenticationManager; import org.springframework.security.core.Authentication; import reactor.core.publisher.Mono; public class JwtAuthenticationManager implements ReactiveAuthenticationManager { public ...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/jwt/JwtAuthenticationWebFilter.java
package ai.hyacinth.core.service.gateway.server.jwt; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.security.core.Authentication; import org.springframework.security.web.server.authentication.AuthenticationWebFilter; import org.spr...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/jwt/JwtService.java
package ai.hyacinth.core.service.gateway.server.jwt; import ai.hyacinth.core.service.gateway.server.configprops.GatewayServerProperties; import ai.hyacinth.core.service.gateway.server.security.DefaultAuthentication; import ai.hyacinth.core.service.gateway.server.security.DefaultGrantedAuthority; import io.jsonwebtoken...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/payload/ApiSuccessPayload.java
package ai.hyacinth.core.service.gateway.server.payload; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.jackson.annotation.JsonRawValue; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class Ap...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/ratelimiter/SimpleKeyResolver.java
package ai.hyacinth.core.service.gateway.server.ratelimiter; import java.security.Principal; import org.springframework.cloud.gateway.filter.ratelimit.KeyResolver; import org.springframework.web.server.ServerWebExchange; import reactor.core.publisher.Mono; /** * Not used now any more. The original default KeyResolve...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/ratelimiter/SimpleRateLimiter.java
package ai.hyacinth.core.service.gateway.server.ratelimiter; import ai.hyacinth.core.service.gateway.server.ratelimiter.SimpleRateLimiter.SimpleRateLimiterConfig; import io.lettuce.core.RedisClient; import io.lettuce.core.api.reactive.RedisReactiveCommands; import java.time.Duration; import java.time.Instant; import j...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/security/DefaultAuthentication.java
package ai.hyacinth.core.service.gateway.server.security; import java.util.ArrayList; import java.util.Collection; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.security.core.Authentication; @Data @NoArgsConstructor public class DefaultAuthentication implements Authentication { pri...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/security/DefaultGrantedAuthority.java
package ai.hyacinth.core.service.gateway.server.security; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.security.core.GrantedAuthority; @Data @NoArgsConstructor @AllArgsConstructor public class DefaultGrantedAuthority implements GrantedAuthority { ...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/support/DataURIStringConverter.java
package ai.hyacinth.core.service.gateway.server.support; import java.util.Base64; import org.springframework.core.convert.TypeDescriptor; import org.springframework.core.convert.converter.ConditionalConverter; import org.springframework.core.convert.converter.Converter; //@Component //@ConfigurationPropertiesBinding ...
0
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server
java-sources/ai/hyacinth/framework/core-service-gateway-server/0.5.24/ai/hyacinth/core/service/gateway/server/web/GatewayController.java
package ai.hyacinth.core.service.gateway.server.web; import ai.hyacinth.core.service.web.common.ServiceApiConstants; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web...
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.jpa.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/config/JpaConfig.java
package ai.hyacinth.core.service.jpa.config; import org.springframework.context.annotation.Configuration; import org.springframework.data.jpa.repository.config.EnableJpaAuditing; import org.springframework.transaction.annotation.EnableTransactionManagement; @Configuration @EnableJpaAuditing @EnableTransactionManageme...
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/converter/AbstractJsonConverter.java
package ai.hyacinth.core.service.jpa.converter; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import java.io.IOException; import java.util.Map; import javax.persistence.AttributeConverter; import javax.persistence.Converter; import lombok.NoArgsConstruct...
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/converter/Map2JsonConverter.java
package ai.hyacinth.core.service.jpa.converter; import java.util.Map; import javax.persistence.Converter; @Converter public class Map2JsonConverter extends AbstractJsonConverter<Map> { public Map2JsonConverter() { super(Map.class); } }
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/domain/BaseAuditingEntity.java
package ai.hyacinth.core.service.jpa.domain; import com.vladmihalcea.hibernate.type.json.JsonBinaryType; import com.vladmihalcea.hibernate.type.json.JsonNodeStringType; import com.vladmihalcea.hibernate.type.json.JsonStringType; import javax.persistence.Version; import lombok.Data; import lombok.NoArgsConstructor; imp...
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/hibernate
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/hibernate/dialect/MySQLDialect.java
package ai.hyacinth.core.service.jpa.hibernate.dialect; import org.hibernate.dialect.MySQL57Dialect; @Deprecated /** * could be replaced by "org.hibernate.dialect.MySQL57InnoDBDialect" */ public class MySQLDialect extends MySQL57Dialect { @Override public String getTableTypeString() { return " ENGINE=InnoDB...
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/repo/BaseEnhancedRepository.java
package ai.hyacinth.core.service.jpa.repo; import org.springframework.data.repository.NoRepositoryBean; @NoRepositoryBean public interface BaseEnhancedRepository<T, K> { T lockAndRefresh(K id); }
0
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa
java-sources/ai/hyacinth/framework/core-service-jpa-support/0.5.24/ai/hyacinth/core/service/jpa/repo/BaseEnhancedRepositoryImpl.java
package ai.hyacinth.core.service.jpa.repo; import org.springframework.beans.factory.annotation.Autowired; import javax.persistence.EntityManager; import javax.persistence.LockModeType; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; public class BaseEnhancedRepositoryImpl<T, K> implements ...
0
java-sources/ai/hyacinth/framework/core-service-logging-support/0.5.24/ai/hyacinth/core/service/logging/support
java-sources/ai/hyacinth/framework/core-service-logging-support/0.5.24/ai/hyacinth/core/service/logging/support/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.logging.support.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-module/0.5.24/ai/hyacinth/core/service/module
java-sources/ai/hyacinth/framework/core-service-module/0.5.24/ai/hyacinth/core/service/module/factory/YamlPropertySourceFactory.java
package ai.hyacinth.core.service.module.factory; import org.springframework.beans.factory.config.YamlPropertiesFactoryBean; import org.springframework.core.env.PropertiesPropertySource; import org.springframework.core.env.PropertySource; import org.springframework.core.io.support.EncodedResource; import org.springfram...
0
java-sources/ai/hyacinth/framework/core-service-module/0.5.24/ai/hyacinth/core/service/module
java-sources/ai/hyacinth/framework/core-service-module/0.5.24/ai/hyacinth/core/service/module/loader/ConfigLoaderPostProcessor.java
package ai.hyacinth.core.service.module.loader; import java.util.Collections; import java.util.List; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.SpringApplication; import org.springframework.boot.env.EnvironmentPostProcessor; import org.springframework.boot.env.YamlPropertySourceLoader; import or...
0
java-sources/ai/hyacinth/framework/core-service-swagger-support/0.5.24/ai/hyacinth/core/service/swagger
java-sources/ai/hyacinth/framework/core-service-swagger-support/0.5.24/ai/hyacinth/core/service/swagger/support/SwaggerConfig.java
package ai.hyacinth.core.service.swagger.support; import com.google.common.base.Predicates; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication; import org.springframework.context.annotation.Bean; import org.springframework.cont...
0
java-sources/ai/hyacinth/framework/core-service-tracing-support/0.5.24/ai/hyacinth/core/service/tracing/support
java-sources/ai/hyacinth/framework/core-service-tracing-support/0.5.24/ai/hyacinth/core/service/tracing/support/config/DefaultConfigLoader.java
package ai.hyacinth.core.service.tracing.support.config; import ai.hyacinth.core.service.module.loader.ConfigLoaderPostProcessor; public class DefaultConfigLoader extends ConfigLoaderPostProcessor {}
0
java-sources/ai/hyacinth/framework/core-service-tracing-support/0.5.24/ai/hyacinth/core/service/tracing/support
java-sources/ai/hyacinth/framework/core-service-tracing-support/0.5.24/ai/hyacinth/core/service/tracing/support/config/TracingConfig.java
package ai.hyacinth.core.service.tracing.support.config; import org.springframework.context.annotation.Configuration; @Configuration public class TracingConfig {}
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/boot/TriggerApplication.java
package ai.hyacinth.core.service.trigger.server.boot; import ai.hyacinth.core.service.trigger.server.config.TriggerApplicationConfig; import org.springframework.boot.WebApplicationType; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder...
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/config/TriggerApplicationConfig.java
package ai.hyacinth.core.service.trigger.server.config; import ai.hyacinth.core.service.discovery.support.config.DiscoveryConfig; import ai.hyacinth.core.service.endpoint.support.config.EndpointConfig; import ai.hyacinth.core.service.jpa.config.JpaConfig; import ai.hyacinth.core.service.trigger.server.domain.ServiceTr...
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/domain/ServiceTrigger.java
package ai.hyacinth.core.service.trigger.server.domain; import ai.hyacinth.core.service.jpa.domain.BaseAuditingEntity; import ai.hyacinth.core.service.trigger.server.dto.type.ServiceTriggerMethodType; import java.time.Duration; import java.util.Map; import javax.persistence.Column; import javax.persistence.Entity; imp...
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/TriggerChangeResult.java
package ai.hyacinth.core.service.trigger.server.dto; import lombok.AllArgsConstructor; import lombok.Data; @Data @AllArgsConstructor public class TriggerChangeResult { private Long id; private boolean completed; }
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/TriggerCreationRequest.java
package ai.hyacinth.core.service.trigger.server.dto; import ai.hyacinth.core.service.trigger.server.dto.type.ServiceTriggerMethodType; import io.swagger.annotations.ApiModelProperty; import java.time.Duration; import java.util.LinkedHashMap; import java.util.Map; import javax.validation.constraints.NotNull; import lom...
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/TriggerInfo.java
package ai.hyacinth.core.service.trigger.server.dto; import ai.hyacinth.core.service.trigger.server.dto.type.ServiceTriggerMethodType; import java.time.Duration; import java.util.Map; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import org.springframewor...
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/TriggerQueryRequest.java
package ai.hyacinth.core.service.trigger.server.dto; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @AllArgsConstructor @NoArgsConstructor public class TriggerQueryRequest { private Long id; private String name; private String service; private Boolean enabled; }
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/TriggerRemovalRequest.java
package ai.hyacinth.core.service.trigger.server.dto; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class TriggerRemovalRequest { private Long id; }
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/TriggerUpdateRequest.java
package ai.hyacinth.core.service.trigger.server.dto; import java.time.Duration; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class TriggerUpdateRequest { private String cron; private Duration timeout; private Boolean enabled; }
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/type/ServiceTriggerExecutionStatus.java
package ai.hyacinth.core.service.trigger.server.dto.type; public enum ServiceTriggerExecutionStatus { WAITING, STARTED, COMPLETED, TIMEOUT, ABORTED, UNKNOWN, }
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/dto/type/ServiceTriggerMethodType.java
package ai.hyacinth.core.service.trigger.server.dto.type; public enum ServiceTriggerMethodType { SERVICE_URL, URL, BUS_EVENT, LOG, // just log, nothing else }
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/error/TriggerServiceErrorCode.java
package ai.hyacinth.core.service.trigger.server.error; import ai.hyacinth.core.service.web.common.ServiceApiErrorCode; import lombok.AllArgsConstructor; import lombok.Getter; import org.springframework.http.HttpStatus; @Getter @AllArgsConstructor public enum TriggerServiceErrorCode implements ServiceApiErrorCode { ...
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/repo/ServiceTriggerRepository.java
package ai.hyacinth.core.service.trigger.server.repo; import ai.hyacinth.core.service.trigger.server.domain.ServiceTrigger; import java.util.Optional; import org.springframework.data.jpa.repository.JpaRepository; public interface ServiceTriggerRepository extends JpaRepository<ServiceTrigger, Long> { Optional<Servic...
0
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server
java-sources/ai/hyacinth/framework/core-service-trigger-server/0.5.24/ai/hyacinth/core/service/trigger/server/service/TriggerService.java
package ai.hyacinth.core.service.trigger.server.service; import ai.hyacinth.core.service.trigger.server.dto.TriggerChangeResult; import ai.hyacinth.core.service.trigger.server.dto.TriggerCreationRequest; import ai.hyacinth.core.service.trigger.server.dto.TriggerInfo; import ai.hyacinth.core.service.trigger.server.dto....