Package com. airbnb. paris. processor. utils
Types
Functions
Link copied to clipboard
fun XProcessingEnv.getTypeElementsFromPackageSafe(packageName: String): List<XTypeElement>
Content copied to clipboard
A bug in XProcessing throws an NPE if the package is not found. This is a workaround until the library is fixed. Fix merged in https://github.com/androidx/androidx/pull/222 but waiting on the next release.
Link copied to clipboard
fun XAnnotated.hasAnyAnnotationBySimpleName(annotationSimpleNames: Iterable<String>): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun XType.isSameTypeName(other: TypeName, useRawType: Boolean = false): Boolean
Content copied to clipboard
Link copied to clipboard