Is there a any way to generate inner classes in javapoet library. I can generate classes with constructors and methods. But i can't figure out how to create inner classes
Use the TypeSpec.Builder#addType
method. See nestedClasses() test in TypeSpecTest.java