Java: Is there an enum listing all JVM parameters?

  Kiến thức lập trình

I’ve been trying to find if there’s an enum (or any other structure) listing all JVM parameters, for example javax.net.ssl.keyStore, or jdk.tls.server.protocols, something similar to the HttpStatus enum from Spring Boot.

Would anybody know of such a enum?

LEAVE A COMMENT