Class LazySingletonValue<T>

java.lang.Object
com.styra.opa.openapi.utils.LazySingletonValue<T>

public final class LazySingletonValue<T> extends Object
  • Constructor Details

    • LazySingletonValue

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

    • value

      public T value()