Class InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForExplicitType

    • Field Detail

      • typeDescription

        private final TypeDescription typeDescription
        The requested return type.
    • Constructor Detail

      • ForExplicitType

        protected ForExplicitType​(TypeDescription typeDescription)
        Creates a new return type provider for an explicit return type.
        Parameters:
        typeDescription - The requested return type.