Class SubclassMappingOptions


  • public class SubclassMappingOptions
    extends DelegatingOptions
    Represents a subclass mapping as configured via @SubclassMapping.
    • Field Detail

      • source

        private final javax.lang.model.type.TypeMirror source
      • target

        private final javax.lang.model.type.TypeMirror target
      • typeUtils

        private final TypeUtils typeUtils
    • Constructor Detail

      • SubclassMappingOptions

        public SubclassMappingOptions​(javax.lang.model.type.TypeMirror source,
                                      javax.lang.model.type.TypeMirror target,
                                      TypeUtils typeUtils,
                                      DelegatingOptions next)