Package | Description |
---|---|
io.jsonwebtoken.lang |
Modifier and Type | Method and Description |
---|---|
static <T> java.lang.Class<T> |
Classes.forName(java.lang.String fqcn)
Attempts to load the specified class name from the current thread's
context class loader , then the
current ClassLoader (Classes.class.getClassLoader() ), then the system/application
ClassLoader (ClassLoader.getSystemClassLoader() , in that order. |
Copyright © 2014-2022 jsonwebtoken.io. All Rights Reserved.