Uses of Class
org.mapstruct.tools.gem.GemValue
-
Packages that use GemValue Package Description org.mapstruct.tools.gem -
-
Uses of GemValue in org.mapstruct.tools.gem
Methods in org.mapstruct.tools.gem that return GemValue Modifier and Type Method Description static <V> GemValue<V>GemValue. create(javax.lang.model.element.AnnotationValue annotationValue, javax.lang.model.element.AnnotationValue annotationDefaultValue, java.lang.Class<V> valueClass)static <V> GemValue<V>GemValue. create(javax.lang.model.element.AnnotationValue annotationValue, javax.lang.model.element.AnnotationValue annotationDefaultValue, java.util.function.Function<javax.lang.model.element.AnnotationMirror,V> creator)static <V> GemValue<java.util.List<V>>GemValue. createArray(javax.lang.model.element.AnnotationValue annotationValue, javax.lang.model.element.AnnotationValue annotationDefaultValue, java.lang.Class<V> valueClass)static <V> GemValue<java.util.List<V>>GemValue. createArray(javax.lang.model.element.AnnotationValue annotationValue, javax.lang.model.element.AnnotationValue annotationDefaultValue, java.util.function.Function<javax.lang.model.element.AnnotationMirror,V> creator)static GemValue<java.lang.String>GemValue. createEnum(javax.lang.model.element.AnnotationValue annotationValue, javax.lang.model.element.AnnotationValue annotationDefaultValue)static GemValue<java.util.List<java.lang.String>>GemValue. createEnumArray(javax.lang.model.element.AnnotationValue annotationValue, javax.lang.model.element.AnnotationValue annotationDefaultValue)
-