Class UnwrappingRepositoryInvokerFactory

java.lang.Object
org.springframework.data.rest.core.support.UnwrappingRepositoryInvokerFactory
All Implemented Interfaces:
RepositoryInvokerFactory

public class UnwrappingRepositoryInvokerFactory extends Object implements RepositoryInvokerFactory
RepositoryInvokerFactory that wraps the RepositoryInvokerFactory returned by the delegate with one that automatically unwraps JDK 8 Optional and Guava Optionals.
Author:
Oliver Gierke