public class AssignmentFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static FactoryMethod |
createFactory(SourceMethod method,
MapperReference declaringMapper) |
static Assignment |
createMethodReference(BuiltInMethod method,
ConversionContext contextParam) |
static Assignment |
createMethodReference(SourceMethod method,
MapperReference declaringMapper,
Type targetType) |
static Direct |
createSimple(java.lang.String sourceRef) |
static Assignment |
createTypeConversion(java.util.Set<Type> importTypes,
java.util.List<Type> exceptionTypes,
java.lang.String expression) |
public static Assignment createTypeConversion(java.util.Set<Type> importTypes, java.util.List<Type> exceptionTypes, java.lang.String expression)
public static FactoryMethod createFactory(SourceMethod method, MapperReference declaringMapper)
public static Assignment createMethodReference(SourceMethod method, MapperReference declaringMapper, Type targetType)
public static Assignment createMethodReference(BuiltInMethod method, ConversionContext contextParam)
public static Direct createSimple(java.lang.String sourceRef)
Copyright © 2012-2014. All Rights Reserved.