Uses of Class
org.mapstruct.ap.internal.model.BeanMappingMethod.ConstructorAccessor
-
Packages that use BeanMappingMethod.ConstructorAccessor Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of BeanMappingMethod.ConstructorAccessor in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return BeanMappingMethod.ConstructorAccessor Modifier and Type Method Description private BeanMappingMethod.ConstructorAccessorBeanMappingMethod.Builder. getConstructorAccessor(Type type)private BeanMappingMethod.ConstructorAccessorBeanMappingMethod.Builder. getConstructorAccessor(Type type, javax.lang.model.element.ExecutableElement constructor)
-