public static final class DefaultConverters.CollectionConverterFactory extends Object implements Factory<Converter<Collection<?>>>
| Modifier and Type | Field and Description | 
|---|---|
| static DefaultConverters.CollectionConverterFactory | instance | 
| Modifier and Type | Method and Description | 
|---|---|
| Converter<Collection<?>> | create(Type forType,
      Genson genson)Implementations of this method must try to create an instance of type T based on the
 parameter "type". | 
public static final DefaultConverters.CollectionConverterFactory instance
public Converter<Collection<?>> create(Type forType, Genson genson)
Factorycreate in interface Factory<Converter<Collection<?>>>forType - used to build an instance of T.Copyright © 2019. All rights reserved.