Package org.mapstruct.ap.internal.gem
Class AfterMappingGem
- java.lang.Object
-
- org.mapstruct.ap.internal.gem.AfterMappingGem
-
- All Implemented Interfaces:
org.mapstruct.tools.gem.Gem
public class AfterMappingGem extends java.lang.Object implements org.mapstruct.tools.gem.Gem
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAfterMappingGem.Builder<T>A builder that can be implemented by the user to define custom logic e.g.private static classAfterMappingGem.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description privateAfterMappingGem(AfterMappingGem.BuilderImpl builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Tbuild(javax.lang.model.element.AnnotationMirror mirror, AfterMappingGem.Builder<T> builder)static <T> Tbuild(javax.lang.model.element.Element element, AfterMappingGem.Builder<T> builder)static AfterMappingGeminstanceOn(javax.lang.model.element.AnnotationMirror mirror)static AfterMappingGeminstanceOn(javax.lang.model.element.Element element)booleanisValid()javax.lang.model.element.AnnotationMirrormirror()
-
-
-
Constructor Detail
-
AfterMappingGem
private AfterMappingGem(AfterMappingGem.BuilderImpl builder)
-
-
Method Detail
-
mirror
public javax.lang.model.element.AnnotationMirror mirror()
- Specified by:
mirrorin interfaceorg.mapstruct.tools.gem.Gem
-
isValid
public boolean isValid()
- Specified by:
isValidin interfaceorg.mapstruct.tools.gem.Gem
-
instanceOn
public static AfterMappingGem instanceOn(javax.lang.model.element.Element element)
-
instanceOn
public static AfterMappingGem instanceOn(javax.lang.model.element.AnnotationMirror mirror)
-
build
public static <T> T build(javax.lang.model.element.Element element, AfterMappingGem.Builder<T> builder)
-
build
public static <T> T build(javax.lang.model.element.AnnotationMirror mirror, AfterMappingGem.Builder<T> builder)
-
-