Class ReflectiveRuntimeHintsRegistrar
java.lang.Object
org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar
Process 
@Reflective annotated elements.- Since:
 - 6.0
 - Author:
 - Stephane Nicoll, Andy Wilkinson
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidregisterRuntimeHints(RuntimeHints runtimeHints, Class<?>... types) Register the relevant runtime hints for elements that are annotated withReflective. 
- 
Constructor Details
- 
ReflectiveRuntimeHintsRegistrar
public ReflectiveRuntimeHintsRegistrar() 
 - 
 - 
Method Details
- 
registerRuntimeHints
Register the relevant runtime hints for elements that are annotated withReflective.- Parameters:
 runtimeHints- the runtime hints instance to usetypes- the types to process
 
 -