generateJniBindings has a visitors field on the Config object, which as far as I can tell from unit tests (and the 0.13.0 changelog) is supposed to be the way to filter things. However, it takes an array of Visitor objects, and AFAICT Visitor isn't exported, so I don't see any way to create one. I also can't find any docs or examples of how to use it to do filtering.
generateJniBindingshas avisitorsfield on theConfigobject, which as far as I can tell from unit tests (and the 0.13.0 changelog) is supposed to be the way to filter things. However, it takes an array ofVisitorobjects, and AFAICTVisitorisn't exported, so I don't see any way to create one. I also can't find any docs or examples of how to use it to do filtering.