Package net.jqwik.api

Class SampleReportingFormat.SampleReportingFormatFacade

  • Enclosing interface:
    SampleReportingFormat

    @API(status=INTERNAL)
    public abstract static class SampleReportingFormat.SampleReportingFormatFacade
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object reportJavaBean​(java.lang.Object bean)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SampleReportingFormatFacade

        public SampleReportingFormatFacade()
    • Method Detail

      • reportJavaBean

        public abstract java.lang.Object reportJavaBean​(java.lang.Object bean)