Package org.apache.johnzon.jsonb
Class JohnzonBuilder.Lazy<T>
- java.lang.Object
-
- org.apache.johnzon.jsonb.JohnzonBuilder.Lazy<T>
-
- All Implemented Interfaces:
Supplier<T>
- Enclosing class:
- JohnzonBuilder
private abstract static class JohnzonBuilder.Lazy<T> extends Object implements Supplier<T>
-
-
Field Summary
Fields Modifier and Type Field Description private AtomicReference<T>
ref
-
Constructor Summary
Constructors Modifier Constructor Description private
Lazy()
-