Class CombinationArgumentConverter

    • Constructor Detail

      • CombinationArgumentConverter

        public CombinationArgumentConverter()
    • Method Detail

      • convert

        public Object convert​(Object argument)
        Description copied from interface: ArgumentConverter
        Converts the given argument if ArgumentConverter.canConvert(Object) returned true. Otherwise the behaviour is intentionally undefined but is it better to throw an Exception, since returning a nonsensical could make debugging more complex for a user.
        Parameters:
        argument - the argument which should be converted
        Returns:
        the converted form of the argument