Interface ClassValueCalculator<T>

Type Parameters:
T - value

public interface ClassValueCalculator<T>
Calculate a value based on an incoming class. Used by ClassValue.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • computeValue

      T computeValue(Class<?> cls)