Class MethodRebaseResolver.Resolution.ForRebasedConstructor

    • Field Detail

      • placeholderType

        private final TypeDescription placeholderType
        The placeholder type that is prepended to the constructor signature.
    • Constructor Detail

      • ForRebasedConstructor

        protected ForRebasedConstructor​(MethodDescription.InDefinedShape methodDescription,
                                        TypeDescription placeholderType)
        Creates a new resolution for a rebased constructor.
        Parameters:
        methodDescription - The rebased constructor.
        placeholderType - The placeholder type that is prepended to the constructor signature.