Class CustomDelegateTypeCache

java.lang.Object
com.strobel.expressions.CustomDelegateTypeCache

final class CustomDelegateTypeCache extends Object
  • Field Details

  • Constructor Details

    • CustomDelegateTypeCache

      CustomDelegateTypeCache()
  • Method Details

    • get

      static Type<?> get(Type<?> returnType, TypeList parameterTypes)
    • createDelegateType

      private static Type<?> createDelegateType(Type<?> returnType, TypeList parameterTypes)
    • generateName

      private static String generateName(Type<?> returnType, TypeList parameterTypes)
    • getCharacterCode

      private static char getCharacterCode(Type<?> type)