java.lang.Object
org.springframework.data.repository.aot.generate.CodeBlocks

@Deprecated(forRemoval=true) public class CodeBlocks extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Helper to write contextual pieces of code during code generation.
Author:
Christoph Strobl
  • Method Details

    • logDebug

      public org.springframework.javapoet.CodeBlock logDebug(String message, Object... args)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      message - the logging message.
      args - optional args to apply to the message.
      Returns:
      a CodeBlock containing a debug level guarded logging statement.