Class ModelPathUtil
- java.lang.Object
-
- org.soulwing.prospecto.jaxrs.runtime.path.ModelPathUtil
-
public class ModelPathUtil extends Object
Static utility methods for model paths.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description ModelPathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoString(Class<?>[] modelPath)Converts a model path to a string representation.static StringtoString(List<Class<?>> modelPath)Converts a model path to a string representation.
-