- java.lang.Object
-
- org.apache.johnzon.jsonb.JohnzonBuilder.Lazy<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>
- Enclosing class:
- JohnzonBuilder
private abstract static class JohnzonBuilder.Lazy<T> extends java.lang.Object implements java.util.function.Supplier<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Lazy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract T
doCreate()
T
get()
-