public abstract class ClassUtils extends Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getType(String descriptor)
Return the reified class for the parameter of a parameterised setter or field from the parameter signature
|
static Set<File> |
getUniqueClasspathElements(List<String> classPaths)
Get a list of unique elements on the classpath as File objects, preserving order.
|
public static Class<?> getType(String descriptor)
descriptor - parameter descriptorNullPointerException - if invoked with nullpublic static Set<File> getUniqueClasspathElements(List<String> classPaths)
ResourceResolverCopyright © 2016 Neo Technology, Inc.. All rights reserved.