Interface FieldInitializer.ConstructorArgumentResolver

    • Method Detail

      • resolveTypeInstances

        java.lang.Object[] resolveTypeInstances​(java.lang.Class<?>... argTypes)
        Try to resolve instances from types.

        Checks on the real argument type or on the correct argument number will happen during the field initialization FieldInitializer.initialize(). I.e the only responsibility of this method, is to provide instances if possible.

        Parameters:
        argTypes - Constructor argument types, should not be null.
        Returns:
        The argument instances to be given to the constructor, should not be null.