Module org.glassfish.hk2.classmodel
Class TypeProxy<T extends Type>
java.lang.Object
org.glassfish.hk2.classmodel.reflect.impl.TypeProxy<T>
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
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <U extends Type>
Collection<U>adapter(Collection<TypeProxy<U>> source) voidaddFieldRef(FieldModel field) voidaddImplementation(ClassModel classModel) voidaddSubTypeRef(Type subType) get()getName()getRefs()booleanvoidtoString()voidvisited()