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 CodeSnippetCodeSnippet.of(org.springframework.javapoet.CodeBlock code) Create aCodeSnippetusing the specified code.CodeSnippet.removeIndent(int indent) Return a newCodeSnippetwhere the specified number of indentations have been removed.