Package io.vanillabp.springboot.adapter
Class AdapterConfigurationBase<P extends ProcessServiceImplementation<?>>
- java.lang.Object
-
- io.vanillabp.springboot.adapter.AdapterConfigurationBase<P>
-
public abstract class AdapterConfigurationBase<P extends ProcessServiceImplementation<?>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AdapterConfigurationBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<P>getConnectableServices()protected <DE> PregisterProcessService(SpringDataUtil springDataUtil, org.springframework.beans.factory.InjectionPoint injectionPoint, java.util.function.BiFunction<org.springframework.data.repository.CrudRepository<DE,java.lang.String>,java.lang.Class<DE>,P> processServiceBeanSupplier)
-
-
-
Method Detail
-
getConnectableServices
protected java.util.Collection<P> getConnectableServices()
-
registerProcessService
protected <DE> P registerProcessService(SpringDataUtil springDataUtil, org.springframework.beans.factory.InjectionPoint injectionPoint, java.util.function.BiFunction<org.springframework.data.repository.CrudRepository<DE,java.lang.String>,java.lang.Class<DE>,P> processServiceBeanSupplier) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-