Interface InputNormalizationHandler


public interface InputNormalizationHandler
Used to configure input normalization. Currently, it is only possible to configure runtime classpath normalization.
Since:
4.0
  • Method Details

    • getRuntimeClasspath

      RuntimeClasspathNormalization getRuntimeClasspath()
      Returns the normalization strategy for the runtime classpath.
      Since:
      4.0
    • runtimeClasspath

      void runtimeClasspath(Action<? super RuntimeClasspathNormalization> configuration)
      Configures the normalization strategy for the runtime classpath.
      Since:
      4.0