org.jvnet.hk2.internal
Class Constants

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

public class Constants
extends java.lang.Object

Author:
jwells

Field Summary
static java.util.HashMap<java.lang.Class<?>,java.lang.Class<?>> PRIMITIVE_MAP
          Map from primitive type to java type
static java.lang.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 java.lang.String SYSTEM_LOADER_NAME
The name of the system class loader

See Also:
Constant Field Values

PRIMITIVE_MAP

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

Constructor Detail

Constants

public Constants()


Copyright © 2012 Oracle Corporation. All Rights Reserved.