T
- the type of the cached instance.private static class JsonProviderImpl.Cached<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
Modifier and Type | Field and Description |
---|---|
private T |
computed |
private java.util.function.Supplier<T> |
delegate |
Modifier | Constructor and Description |
---|---|
private |
Cached(java.util.function.Supplier<T> delegate) |
Modifier and Type | Method and Description |
---|---|
T |
get() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.