Class DefaultRoutingResolver

java.lang.Object
org.springframework.data.elasticsearch.core.routing.DefaultRoutingResolver
All Implemented Interfaces:
RoutingResolver

public class DefaultRoutingResolver extends Object implements RoutingResolver
Default implementation of the RoutingResolver interface. Returns null for the non-bean method and delegates to the corresponding persistent entity for the bean-method.
Since:
4.2
Author:
Peter-Josef Meisch