Uses of Class
org.mapstruct.tools.gem.processor.GemValueInfo
-
Packages that use GemValueInfo Package Description org.mapstruct.tools.gem.processor -
-
Uses of GemValueInfo in org.mapstruct.tools.gem.processor
Fields in org.mapstruct.tools.gem.processor with type parameters of type GemValueInfo Modifier and Type Field Description private java.util.List<GemValueInfo>GemInfo. gemValueInfosMethods in org.mapstruct.tools.gem.processor that return types with arguments of type GemValueInfo Modifier and Type Method Description java.util.List<GemValueInfo>GemInfo. getGemValueInfos()Constructor parameters in org.mapstruct.tools.gem.processor with type arguments of type GemValueInfo Constructor Description GemInfo(java.lang.String gemPackageName, java.lang.String annotationName, java.lang.String annotationFqn, java.util.List<GemValueInfo> gemValueInfos, javax.lang.model.element.Element... originatingElements)
-