Class ReflectiveRuntimeHintsRegistrar

java.lang.Object
org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar

public class ReflectiveRuntimeHintsRegistrar extends Object
Process @Reflective annotated elements.
Since:
6.0
Author:
Stephane Nicoll, Andy Wilkinson
  • Constructor Details

    • ReflectiveRuntimeHintsRegistrar

      public ReflectiveRuntimeHintsRegistrar()
  • Method Details

    • registerRuntimeHints

      public void registerRuntimeHints(RuntimeHints runtimeHints, Class<?>... types)
      Register the relevant runtime hints for elements that are annotated with Reflective.
      Parameters:
      runtimeHints - the runtime hints instance to use
      types - the types to process