Class LazySingletonValue<T>


  • public final class LazySingletonValue<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LazySingletonValue​(java.lang.String name, java.lang.String json, com.fasterxml.jackson.core.type.TypeReference<T> typeReference)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LazySingletonValue

        public LazySingletonValue​(java.lang.String name,
                                  java.lang.String json,
                                  com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
    • Method Detail

      • value

        public T value()