Class BuiltInMappingMethods
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.builtin.BuiltInMappingMethods
-
public class BuiltInMappingMethods extends java.lang.ObjectRegistry for all built-in methods.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<BuiltInMethod>builtInMethods
-
Constructor Summary
Constructors Constructor Description BuiltInMappingMethods(TypeFactory typeFactory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BuiltInMethod>getBuiltInMethods()private static booleanisJakartaJaxbAvailable(TypeFactory typeFactory)private static booleanisJavaxJaxbAvailable(TypeFactory typeFactory)private static booleanisJodaTimeAvailable(TypeFactory typeFactory)private static booleanisXmlGregorianCalendarAvailable(TypeFactory typeFactory)
-
-
-
Field Detail
-
builtInMethods
private final java.util.List<BuiltInMethod> builtInMethods
-
-
Constructor Detail
-
BuiltInMappingMethods
public BuiltInMappingMethods(TypeFactory typeFactory)
-
-
Method Detail
-
isJavaxJaxbAvailable
private static boolean isJavaxJaxbAvailable(TypeFactory typeFactory)
-
isJakartaJaxbAvailable
private static boolean isJakartaJaxbAvailable(TypeFactory typeFactory)
-
isXmlGregorianCalendarAvailable
private static boolean isXmlGregorianCalendarAvailable(TypeFactory typeFactory)
-
isJodaTimeAvailable
private static boolean isJodaTimeAvailable(TypeFactory typeFactory)
-
getBuiltInMethods
public java.util.List<BuiltInMethod> getBuiltInMethods()
-
-