Package de.xima.fc.helper
Class StandardClassName
- java.lang.Object
-
- de.xima.fc.helper.StandardClassName
-
public final class StandardClassName extends Object
Maps between some well-known classes and their standard names. These names do not change even when the class is renamed or moved to another package. This is used e.g. to serialize object graphs withClass
objects so that its serialized form is not dependent on the details of the Java implementation.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description StandardClassName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
forClass(Class<?> clazz)
static Class<?>
forName(String className, ClassLoader fallbackClassLoader)
-
-
-
Method Detail
-
forName
public static Class<?> forName(String className, ClassLoader fallbackClassLoader)
-
-