Class PublicMethodReflectiveProcessor

java.lang.Object
org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
org.springframework.data.aot.PublicMethodReflectiveProcessor
All Implemented Interfaces:
ReflectiveProcessor

public class PublicMethodReflectiveProcessor extends SimpleReflectiveProcessor
Extension to SimpleReflectiveProcessor to register reflective hints for invoking public methods.
Author:
Christoph Strobl