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 implements Serializable.- Author:
- Jozef Hartinger
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.util.LazyValueHolder
LazyValueHolder.Serializable<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.util.LazyValueHolder
clear, computeValue, forSupplier, get, getIfPresent, isAvailable
-
Constructor Details
-
Serializable
public Serializable()
-