Class XmlGregorianCalendarToJodaLocalTime
- java.lang.Object
- 
- org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
- org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalTime
 
 
- 
- All Implemented Interfaces:
- Method
 
 public class XmlGregorianCalendarToJodaLocalTime extends BuiltInMethod - Author:
- Sjaak Derksen
 
- 
- 
Constructor SummaryConstructors Constructor Description XmlGregorianCalendarToJodaLocalTime(TypeFactory typeFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Type>getImportTypes()Returns the types used by this method for which import statements need to be generated.ParametergetParameter()There's currently only one parameter foreseen instead of a list of parameterTypegetReturnType()Returns the return type of the method- 
Methods inherited from class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethoddescribe, doTypeVarsMatch, equals, getAccessibility, getConstructorFragment, getContextParameter, getContextParameters, getContextProvidedMethods, getDeclaringMapper, getDefiningType, getExecutable, getFieldReference, getMappingTargetParameter, getName, getOptions, getParameterNames, getParameters, getResultType, getSourceParameters, getTargetTypeParameter, getThrownTypes, getTypeParameters, hashCode, isDefault, isLifecycleCallbackMethod, isObjectFactory, isStatic, isUpdateMethod, matches, overridesMethod
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.mapstruct.ap.internal.model.source.MethodgetConditionOptions, getMappingSourceType, isMappingTargetAssignableToReturnType
 
- 
 
- 
- 
- 
Constructor Detail- 
XmlGregorianCalendarToJodaLocalTimepublic XmlGregorianCalendarToJodaLocalTime(TypeFactory typeFactory) 
 
- 
 - 
Method Detail- 
getParameterpublic Parameter getParameter() Description copied from class:BuiltInMethodThere's currently only one parameter foreseen instead of a list of parameter- Specified by:
- getParameterin class- BuiltInMethod
- Returns:
- the parameter
 
 - 
getReturnTypepublic Type getReturnType() Description copied from interface:MethodReturns the return type of the method- Returns:
- return type
 
 - 
getImportTypespublic Set<Type> 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 class- BuiltInMethod
- Returns:
- the types used by this method for which import statements need to be generated
 
 
- 
 
-