Interface ClassValueCalculator<T>


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)