org.glassfish.hk2.classmodel.reflect.impl
Class TypeProxy
java.lang.Object
org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
public class TypeProxy
- extends java.lang.Object
Proxy for types, used in place until the type can be properly instantiated.
Proxy type also holds all incoming reference to the type.
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeProxy
public TypeProxy(TypeProxy.Notifier<Type> notifier,
java.lang.String name)
set
public <U extends Type> void set(U value)
get
public Type get()
getName
public java.lang.String getName()
getFieldRefs
public java.util.Set<FieldModel> getFieldRefs()
getSubTypeRefs
public java.util.Set<Type> getSubTypeRefs()
Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.