Class InfrastructureRuntimeHints
java.lang.Object
org.springframework.batch.infrastructure.aot.InfrastructureRuntimeHints
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public class InfrastructureRuntimeHints
extends Object
implements org.springframework.aot.hint.RuntimeHintsRegistrar
RuntimeHintsRegistrar
for Spring Batch infrastructure module.- Since:
- 5.2.2
- Author:
- Mahmoud Ben Hassine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
-
Constructor Details
-
InfrastructureRuntimeHints
public InfrastructureRuntimeHints()
-
-
Method Details
-
registerHints
- Specified by:
registerHints
in interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-