Class StatisticsManager.ReflectionSupplier<T>

java.lang.Object
org.terracotta.statistics.StatisticsManager.ReflectionSupplier<T>
All Implemented Interfaces:
Supplier<T>
Enclosing class:
StatisticsManager

static class StatisticsManager.ReflectionSupplier<T> extends Object implements Supplier<T>
  • Field Details

  • Constructor Details

    • ReflectionSupplier

      ReflectionSupplier(Object target, Method method)
  • Method Details

    • get

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