Package org. babyfish. jimmer. ksp
Types
Link copied to clipboard
Link copied to clipboard
class ImmutableProcessor(environment: SymbolProcessorEnvironment) : SymbolProcessor
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun KSAnnotated.annotation(annotationType: KClass<out Annotation>): KSAnnotation?
Content copied to clipboard
Link copied to clipboard
fun KSAnnotated.annotations(predicate: (KSAnnotation) -> Boolean): List<KSAnnotation>
Content copied to clipboard
fun KSAnnotated.annotations(annotationType: KClass<out Annotation>): List<KSAnnotation>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun KSClassDeclaration.nestedClassName(nullable: Boolean = false, simpleNameListTranslator: (String) -> List<String>): ClassName
Content copied to clipboard