public class Converter extends Object
| Constructor and Description |
|---|
Converter() |
Converter(ConverterFactory converterFactory) |
| Modifier and Type | Method and Description |
|---|---|
<S,T> List<T> |
convert(List<S> source,
Class<T> targetType) |
<S,T> List<T> |
convert(List<S> source,
Class<T> targetType,
CycleAvoidingMappingContext context) |
<T> T |
convert(Map<String,Object> map,
Class<T> target) |
<S,T> T |
convert(S source,
Class<T> targetType) |
<S,T> T |
convert(S source,
Class<T> target,
CycleAvoidingMappingContext context) |
<S,T> T |
convert(S source,
T target) |
public Converter()
public Converter(ConverterFactory converterFactory)
public <S,T> T convert(S source,
Class<T> targetType)
public <S,T> T convert(S source,
T target)
public <S,T> T convert(S source,
Class<T> target,
CycleAvoidingMappingContext context)
public <S,T> List<T> convert(List<S> source, Class<T> targetType, CycleAvoidingMappingContext context)
Copyright © 2025. All rights reserved.