Class AbstractToXmlGregorianCalendar
java.lang.Object
org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
org.mapstruct.ap.internal.model.source.builtin.AbstractToXmlGregorianCalendar
- All Implemented Interfaces:
Method
- Direct Known Subclasses:
CalendarToXmlGregorianCalendar,DateToXmlGregorianCalendar,JodaDateTimeToXmlGregorianCalendar,JodaLocalDateTimeToXmlGregorianCalendar,JodaLocalDateToXmlGregorianCalendar,JodaLocalTimeToXmlGregorianCalendar,LocalDateTimeToXmlGregorianCalendar,LocalDateToXmlGregorianCalendar,StringToXmlGregorianCalendar,ZonedDateTimeToXmlGregorianCalendar
Base class for built-in methods for converting from a particular type to
XMLGregorianCalendar.- Author:
- Sjaak Derksen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the types used by this method for which import statements need to be generated.Returns the return type of the methodMethods inherited from class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
describe, doTypeVarsMatch, equals, getAccessibility, getContextParameter, getContextParameters, getContextProvidedMethods, getDeclaringMapper, getDefiningType, getExecutable, getMappingTargetParameter, getName, getOptions, getParameter, getParameterNames, getParameters, getResultType, getSourceParameters, getTargetTypeParameter, getThrownTypes, getTypeParameters, hashCode, isDefault, isLifecycleCallbackMethod, isObjectFactory, isStatic, isUpdateMethod, matches, overridesMethodMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mapstruct.ap.internal.model.source.Method
getConditionOptions, getMappingSourceType
-
Constructor Details
-
AbstractToXmlGregorianCalendar
-
-
Method Details
-
getImportTypes
Description copied from class:BuiltInMethodReturns the types used by this method for which import statements need to be generated. Defaults to the empty set. To be overridden by implementations in case they make use of additional types (note that the parameter and return type don't need to be added).- Overrides:
getImportTypesin classBuiltInMethod- Returns:
- the types used by this method for which import statements need to be generated
-
getReturnType
Description copied from interface:MethodReturns the return type of the method- Returns:
- return type
-
getFieldReference
- Overrides:
getFieldReferencein classBuiltInMethod
-
getConstructorFragment
- Overrides:
getConstructorFragmentin classBuiltInMethod
-