Uses of Class
dagger.hilt.processor.internal.MethodSignature
-
Packages that use MethodSignature Package Description dagger.hilt.processor.internal -
-
Uses of MethodSignature in dagger.hilt.processor.internal
Methods in dagger.hilt.processor.internal that return MethodSignature Modifier and Type Method Description static MethodSignatureMethodSignature. of(androidx.room.compiler.processing.XExecutableElement executableElement)Creates aMethodSignaturefrom anXExecutableElementstatic MethodSignatureMethodSignature. of(com.squareup.javapoet.MethodSpec method)Creates aMethodSignaturefrom aMethodSpecstatic MethodSignatureMethodSignature. of(java.lang.String methodName, com.squareup.javapoet.TypeName... typeNames)Creates aMethodSignaturefrom a method name and parameterTypeNames
-