Class CustomDelegateTypeCache


  • final class CustomDelegateTypeCache
    extends java.lang.Object
    • Constructor Detail

      • CustomDelegateTypeCache

        CustomDelegateTypeCache()
    • Method Detail

      • createDelegateType

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

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

        private static char getCharacterCode​(Type<?> type)