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