Package | Description |
---|---|
org.mapstruct.ap.internal.model.common |
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
|
org.mapstruct.ap.internal.processor |
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
|
Constructor and Description |
---|
TypeFactory(Elements elementUtils,
Types typeUtils,
FormattingMessager messager,
RoundContext roundContext,
Map<String,String> notToBeImportedTypes,
boolean loggingVerbose) |
Constructor and Description |
---|
DefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment,
Options options,
RoundContext roundContext,
Map<String,String> notToBeImported) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.