Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does it work for inner classes? #3

Open
jmizv opened this issue Jun 29, 2022 · 0 comments
Open

How does it work for inner classes? #3

jmizv opened this issue Jun 29, 2022 · 0 comments

Comments

@jmizv
Copy link

jmizv commented Jun 29, 2022

Hi,

nice project, thanks. It works fine for normal classes, e.g.

./gradlew resolveClass --classname=com.fasterxml.jackson.dataformat.xml.XmlMapper
> Task :resolveClass
resolve class 'com.fasterxml.jackson.dataformat.xml.XmlMapper':
+--- compileClasspath
|    `--- file:/Users/xxx/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.13.2/cb6a722f128ff0ce2494384d419b6ff20fad25ab/jackson-dataformat-xml-2.13.2.jar

But what if I want to look for an inner class like com.fasterxml.jackson.dataformat.xml.XmlMapper.Builder?

./gradlew resolveClass --classname=com.fasterxml.jackson.dataformat.xml.XmlMapper$Builder

or

./gradlew resolveClass --classname=com.fasterxml.jackson.dataformat.xml.XmlMapper.Builder

both give an empty result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant