Uses of Class
org.mapstruct.ap.internal.model.source.selector.XmlElementDeclSelector.XmlElementRefInfo
-
Packages that use XmlElementDeclSelector.XmlElementRefInfo Package Description org.mapstruct.ap.internal.model.source.selector Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another or instantiating the target type of a mapping method, respectively. -
-
Uses of XmlElementDeclSelector.XmlElementRefInfo in org.mapstruct.ap.internal.model.source.selector
Methods in org.mapstruct.ap.internal.model.source.selector that return XmlElementDeclSelector.XmlElementRefInfo Modifier and Type Method Description private XmlElementDeclSelector.XmlElementRefInfoXmlElementDeclSelector. findXmlElementRef(Type resultType, java.lang.String targetPropertyName)Iterate through resultType and its super types to find a field named targetPropertyName and return information about: what the value of the name property of the XmlElementRef annotation on that field was on which type the field was found(package private) XmlElementDeclSelector.XmlElementRefInfoJakartaXmlElementDeclSelector. getXmlElementRefInfo(javax.lang.model.element.Element element)(package private) XmlElementDeclSelector.XmlElementRefInfoJavaxXmlElementDeclSelector. getXmlElementRefInfo(javax.lang.model.element.Element element)(package private) abstract XmlElementDeclSelector.XmlElementRefInfoXmlElementDeclSelector. getXmlElementRefInfo(javax.lang.model.element.Element element)
-