Package gw.lang.reflect
Class NotLazyTypeResolver
- java.lang.Object
-
- gw.util.concurrent.LocklessLazyVar<IType>
-
- gw.lang.reflect.LazyTypeResolver
-
- gw.lang.reflect.NotLazyTypeResolver
-
public class NotLazyTypeResolver extends LazyTypeResolver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gw.lang.reflect.LazyTypeResolver
LazyTypeResolver.ITypeResolver
-
Nested classes/interfaces inherited from class gw.util.concurrent.LocklessLazyVar
LocklessLazyVar.LazyVarInit<Q>
-
-
Field Summary
-
Fields inherited from class gw.util.concurrent.LocklessLazyVar
NULL
-
-
Constructor Summary
Constructors Constructor Description NotLazyTypeResolver(IType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IType
init()
-
Methods inherited from class gw.util.concurrent.LocklessLazyVar
clear, get, initDirectly, isLoaded, make
-
-
-
-
Constructor Detail
-
NotLazyTypeResolver
public NotLazyTypeResolver(IType type)
-
-
Method Detail
-
init
protected IType init()
- Overrides:
init
in classLazyTypeResolver
-
-