MapStruct Processor 1.0.0.Alpha2 API

Packages 
Package Description
org.mapstruct.ap
This package and it sub-packages contain the implementation of the MapStruct annotation processor.
org.mapstruct.ap.conversion
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
org.mapstruct.ap.model
Meta-model of mapper types, their methods, mappings between properties etc.
org.mapstruct.ap.model.source
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
org.mapstruct.ap.processor
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files.
org.mapstruct.ap.util
Several helper types dealing with collection types, option management etc.
org.mapstruct.ap.writer
Infrastructure for dealing with the FreeMarker template engine.

Copyright © 2012-2013. All Rights Reserved.