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 Details

    • InfrastructureRuntimeHints

      public InfrastructureRuntimeHints()
  • Method Details

    • registerHints

      public void registerHints(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
      Specified by:
      registerHints in interface org.springframework.aot.hint.RuntimeHintsRegistrar