java.lang.ObjectThis is utility class that provides {@code static} methods to find a class with the specified name using the specified class loader.com.sun.beans.finder.ClassFinder
1.7
- Sergey
- A. MalenkovMethod from com.sun.beans.finder.ClassFinder Summary: |
---|
findClass, findClass, resolveClass, resolveClass |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from com.sun.beans.finder.ClassFinder Detail: |
---|
The {@code name} can denote an array class (see Class#getName for details). |
The {@code name} can denote an array class (see Class#getName for details). If the parameter {@code loader} is null, the class is loaded through the default class loader. |
The {@code name} can denote an array class (see Class#getName for details). This method can be used to obtain any of the {@code Class} objects representing {@code void} or primitive Java types: {@code char}, {@code byte}, {@code short}, {@code int}, {@code long}, {@code float}, {@code double} and {@code boolean}. |
The {@code name} can denote an array class (see Class#getName for details). If the parameter {@code loader} is null, the class is loaded through the default class loader. This method can be used to obtain any of the {@code Class} objects representing {@code void} or primitive Java types: {@code char}, {@code byte}, {@code short}, {@code int}, {@code long}, {@code float}, {@code double} and {@code boolean}. |