Package org.jboss.weld.util
Class LazyValueHolder.Serializable<T>
- java.lang.Object
-
- org.jboss.weld.util.LazyValueHolder<T>
-
- org.jboss.weld.util.LazyValueHolder.Serializable<T>
-
- Type Parameters:
T
- the lazily-computed type
- All Implemented Interfaces:
Serializable
,ValueHolder<T>
- Enclosing class:
- LazyValueHolder<T>
public abstract static class LazyValueHolder.Serializable<T> extends LazyValueHolder<T> implements Serializable
LazyValueHolder
that implementsSerializable
.- Author:
- Jozef Hartinger
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.util.LazyValueHolder
LazyValueHolder.Serializable<T>
-
-
Constructor Summary
Constructors Constructor Description Serializable()
-
Method Summary
-
Methods inherited from class org.jboss.weld.util.LazyValueHolder
clear, computeValue, forSupplier, get, getIfPresent, isAvailable
-
-