public abstract class LazyInstance<T> extends NotNullLazyValue<T>
Constructor and Description |
---|
LazyInstance() |
Modifier and Type | Method and Description |
---|---|
protected T |
compute() |
protected abstract java.lang.Class<T> |
getInstanceClass() |
createConstantValue, createValue, getValue, isComputed
protected abstract java.lang.Class<T> getInstanceClass() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
protected final T compute()
compute
in class NotNullLazyValue<T>