Skip to content

Instantly share code, notes, and snippets.

@birdayz
Created September 23, 2018 23:04
Show Gist options
  • Save birdayz/6ced28708961972268593737c12c0c0b to your computer and use it in GitHub Desktop.
Save birdayz/6ced28708961972268593737c12c0c0b to your computer and use it in GitHub Desktop.
Javalin GraalVM reflection config
[
{
"name": "[Lorg.eclipse.jetty.servlet.ServletMapping;",
"allDeclaredFields": true,
"allPublicFields": true,
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"name": "org.slf4j.impl.StaticLoggerBinder",
"allDeclaredFields": true,
"allPublicFields": true,
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"name": "com.fasterxml.jackson.databind.ObjectMapper",
"allDeclaredFields": true,
"allPublicFields": true,
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"name": "de.nerden.samples.graal.Test",
"allDeclaredFields": true,
"allPublicFields": true,
"allDeclaredMethods": true,
"allPublicMethods": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment