Interface ModelElementProcessor.ProcessorContext

    • Method Detail

      • getFiler

        javax.annotation.processing.Filer getFiler()
      • getEnumTransformationStrategies

        java.util.Map<java.lang.String,​EnumTransformationStrategy> getEnumTransformationStrategies()
      • isErroneous

        boolean isErroneous()
        Whether the currently processed mapper type is erroneous which is the case if at least one diagnostic with Diagnostic.Kind.ERROR is reported by any of the participating processors.
        Returns:
        true if the currently processed mapper type is erroneous, false otherwise.