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.Resolver
resolve
in interface TypeSet.Resolver
name
- the name of the class, might be fully classified or not.ClassNotFoundException
- if the class couldn't be foundCopyright © 2002–2015 InfoEther. All rights reserved.