public class FromTermConverterAdapter<T extends Term,V>
extends org.jconverter.converter.TypedConverter<T,V>
Constructor and Description |
---|
FromTermConverterAdapter(FromTermConverter<T,V> converter,
Type sourceType,
Type returnType) |
Modifier and Type | Method and Description |
---|---|
V |
apply(T source,
Type targetType,
org.jconverter.JConverter context) |
static <T extends Term,V> |
chainConverters(List<FromTermConverter<T,V>> converters) |
static <T extends Term,V> |
forConverter(FromTermConverter<T,V> converter) |
public FromTermConverterAdapter(FromTermConverter<T,V> converter, Type sourceType, Type returnType)
public static <T extends Term,V> org.jgum.strategy.ChainOfResponsibility<org.jconverter.converter.Converter<T,V>,V> chainConverters(List<FromTermConverter<T,V>> converters)
public static <T extends Term,V> FromTermConverterAdapter forConverter(FromTermConverter<T,V> converter)
Copyright © 2014. All rights reserved.