com.github.kongchen.swagger.docgen.remote
类 ListConverter<T extends CanBeSwaggerModel<R>,R>

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.remote.ListConverter<T,R>

public class ListConverter<T extends CanBeSwaggerModel<R>,R>
extends Object

Convert from java.util.List to scala.collection.immutable.List Created by kongchen on 14/10/11.


构造方法摘要
ListConverter(List<T> sources)
           
 
方法摘要
 scala.collection.immutable.List<R> convert()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ListConverter

public ListConverter(List<T> sources)
方法详细信息

convert

public scala.collection.immutable.List<R> convert()


Copyright © 2015. All Rights Reserved.