org.mockserver.configuration
Class IntegerStringListParser
java.lang.Object
org.mockserver.configuration.IntegerStringListParser
public class IntegerStringListParser
- extends Object
- Author:
- jamesdbloom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerStringListParser
public IntegerStringListParser()
toArray
public Integer[] toArray(String integers)
toList
public List<Integer> toList(String integers)
toString
public String toString(Integer[] integers)
toString
public String toString(List<Integer> integers)
Copyright © 2017. All rights reserved.