Class BuiltInMappingMethods
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.builtin.BuiltInMappingMethods
-
public class BuiltInMappingMethods extends Object
Registry for all built-in methods.- Author:
- Sjaak Derksen
-
-
Constructor Summary
Constructors Constructor Description BuiltInMappingMethods(TypeFactory typeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BuiltInMethod>
getBuiltInMethods()
-
-
-
Constructor Detail
-
BuiltInMappingMethods
public BuiltInMappingMethods(TypeFactory typeFactory)
-
-
Method Detail
-
getBuiltInMethods
public List<BuiltInMethod> getBuiltInMethods()
-
-