Uses of Class
org.springframework.javapoet.support.CodeSnippet
Packages that use CodeSnippet
-
Uses of CodeSnippet in org.springframework.javapoet.support
Methods in org.springframework.javapoet.support that return CodeSnippetModifier 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.