public static class TypeSet.PrimitiveTypeResolver extends Object implements TypeSet.Resolver
| Constructor and Description |
|---|
PrimitiveTypeResolver()
Creates a new
TypeSet.PrimitiveTypeResolver. |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
resolve(String name)
Resolve the class by the given name
|
public PrimitiveTypeResolver()
TypeSet.PrimitiveTypeResolver.public Class<?> resolve(String name) throws ClassNotFoundException
TypeSet.Resolverresolve in interface TypeSet.Resolvername - the name of the class, might be fully classified or not.ClassNotFoundException - if the class couldn't be foundCopyright © 2002–2016 InfoEther. All rights reserved.