public class AssignmentFactory extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Direct | createDirect(String sourceRef) | 
| static Assignment | createMethodReference(BuiltInMethod method,
                     ConversionContext contextParam) | 
| static Assignment | createMethodReference(Method method,
                     MapperReference declaringMapper,
                     Type targetType) | 
| static Assignment | createTypeConversion(Set<Type> importTypes,
                    List<Type> exceptionTypes,
                    String expression) | 
public static Assignment createTypeConversion(Set<Type> importTypes, List<Type> exceptionTypes, String expression)
public static Assignment createMethodReference(Method method, MapperReference declaringMapper, Type targetType)
public static Assignment createMethodReference(BuiltInMethod method, ConversionContext contextParam)
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.