Package com.dhemery.slicer.converters

Examples of com.dhemery.slicer.converters.MethodParameterRowConverter


  public static Slicer slice(List<List<String>> stringLists) {
    return slice(new Grid(stringLists));
  }

  public Iterator<Object[]> asParametersFor(Method method) {
    return new GridRowIterator<Object[]>(grid, new MethodParameterRowConverter(method));
  }
View Full Code Here

TOP

Related Classes of com.dhemery.slicer.converters.MethodParameterRowConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.