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 Details

  • Constructor Details

    • Lazy

      private Lazy()
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>
    • doCreate

      protected abstract T doCreate()