Skip to content

Instantly share code, notes, and snippets.

@soundkitchen
Created July 28, 2010 16:57
Show Gist options
  • Save soundkitchen/495270 to your computer and use it in GitHub Desktop.
Save soundkitchen/495270 to your computer and use it in GitHub Desktop.
// same as getQualifiedClassName.
Type.getClassName(Type.getClass(OBJ));
// same as getQualifiedSuperclassName.
Type.getClassName(Type.getSuperClass(Type.getClass(OBJ)));
// same as getDefinitionByName.
Type.createInstance(Type.resolveClass(NAME), ARGS);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment