Uses of Class
org.springframework.javapoet.support.CodeSnippet
-
Uses of CodeSnippet in org.springframework.javapoet.support
Modifier and TypeMethodDescriptionstatic CodeSnippet
CodeSnippet.of
(org.springframework.javapoet.CodeBlock code) Create aCodeSnippet
using the specified code.CodeSnippet.removeIndent
(int indent) Return a newCodeSnippet
where the specified number of indentations have been removed.