Class ControllerMethodReturnTypeAotProcessor

java.lang.Object
org.springframework.hateoas.aot.ControllerMethodReturnTypeAotProcessor
All Implemented Interfaces:
BeanRegistrationAotProcessor

public class ControllerMethodReturnTypeAotProcessor extends Object implements BeanRegistrationAotProcessor
A BeanRegistrationAotProcessor that contributes proxy types for return types of controller methods so that can be pointed to by DummyInvocationUtils, i.e. creating links via fake method invocations.
Since:
2.0
Author:
Christoph Strobl, Oliver Drotbohm