Skip to content

Examples with adapters #587

Answered by saudet
domcir asked this question in Q&A
Jun 25, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

JavaCPP adapters cannot use arbitrary Java classes like that. The way we usually go about this is by creating a higher-level API on top of the low-level one that JavaCPP generates. Other tools such as JavaPoet may help you with that: https://github.com/square/javapoet

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@domcir
Comment options

Answer selected by domcir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants