Class XmlElementRefGem

  • All Implemented Interfaces:
    org.mapstruct.tools.gem.Gem

    public class XmlElementRefGem
    extends Object
    implements org.mapstruct.tools.gem.Gem
    • Method Detail

      • type

        public org.mapstruct.tools.gem.GemValue<TypeMirror> type()
        accessor
        Returns:
        the GemValue for type
      • namespace

        public org.mapstruct.tools.gem.GemValue<String> namespace()
        accessor
        Returns:
        the GemValue for namespace
      • name

        public org.mapstruct.tools.gem.GemValue<String> name()
        accessor
        Returns:
        the GemValue for name
      • required

        public org.mapstruct.tools.gem.GemValue<Boolean> required()
        accessor
        Returns:
        the GemValue for required
      • mirror

        public AnnotationMirror mirror()
        Specified by:
        mirror in interface org.mapstruct.tools.gem.Gem
      • isValid

        public boolean isValid()
        Specified by:
        isValid in interface org.mapstruct.tools.gem.Gem