Interface ValueRegistry.RuntimeInfo<T>

All Known Implementing Classes:
ValueRegistry.RuntimeInfo.SimpleRuntimeInfo
Enclosing interface:
ValueRegistry

public static interface ValueRegistry.RuntimeInfo<T>
Allows to defer and retrieve instances of an object that represent information only available at runtime with ValueRegistry.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(ValueRegistry valueRegistry)
    Construct a new instance of T.
  • Method Details

    • get

      T get(ValueRegistry valueRegistry)
      Construct a new instance of T.
      Parameters:
      valueRegistry - which carries information to construct a new instance of T.
      Returns:
      an instance of T.