Package io.toolisticon.kotlin.generation.support
See: Description
-
Class Summary Class Description Format Holds formatting values as kotlin poet format, pre- and suffix, separator. CodeBlockArray Allows concatenating and wrapping of multiple codeBlocks or format/value pairs. DeprecatedAnnotation Builder to create a @Deprecatedannotation.GeneratedAnnotation Builder to create a @Generatedannotation.SuppressAnnotation Builder to create a @Suppressannotation.ThrowsAnnotation Creates a @Throwsannotation.CHAIN WRAP _suppressionsKt -
Object Summary Object Description Companion ContextualAnnotation Builder to create a @Contextualannotation.Companion NOOP TO_UPPER_SNAKE_CASE Converts a string to UpperSnakeCase, which is a common naming convention for static constants in programming. TO_UPPER_CAMEL_CASE Converts a string to UpperCamelCase, which is a common naming convention for TypeNames in programming. TO_LOWER_CAMEL_CASE WITHOUT_SPACES_TO_LOWER Removes spaces and converts to lower case. StringTransformations -
Interface Summary Interface Description StringTransformation A transformation function for strings, which can be used to apply various transformations to a string.