Class RoutingRepositoryProxyPostProcessor

  • All Implemented Interfaces:
    org.springframework.data.repository.core.support.RepositoryProxyPostProcessor

    public class RoutingRepositoryProxyPostProcessor
    extends Object
    implements org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
    RepositoryProxyPostProcessor that extracts the route seed and sets up to the context before the method is invoked.
    Since:
    2022-08-17
    Version:
    1.0.6
    Author:
    fantasticmao
    • Constructor Detail

      • RoutingRepositoryProxyPostProcessor

        public RoutingRepositoryProxyPostProcessor()
    • Method Detail

      • postProcess

        public void postProcess​(@Nonnull
                                org.springframework.aop.framework.ProxyFactory factory,
                                @Nonnull
                                org.springframework.data.repository.core.RepositoryInformation repositoryInformation)
        Specified by:
        postProcess in interface org.springframework.data.repository.core.support.RepositoryProxyPostProcessor