org.jvnet.hk2.internal
Class Constants

java.lang.Object
  extended by org.jvnet.hk2.internal.Constants

public class Constants
extends Object

Author:
jwells

Field Summary
static HashMap<Class<?>,Class<?>> PRIMITIVE_MAP
          Map from primitive type to java type
static String SYSTEM_LOADER_NAME
          The name of the system class loader
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_LOADER_NAME

public static final String SYSTEM_LOADER_NAME
The name of the system class loader

See Also:
Constant Field Values

PRIMITIVE_MAP

public static final HashMap<Class<?>,Class<?>> PRIMITIVE_MAP
Map from primitive type to java type

Constructor Detail

Constants

public Constants()


Copyright © 2013 Oracle Corporation. All Rights Reserved.