Package net.jqwik.api
Class JavaBeanReportingFormat.JavaBeanReportingFormatFacade
- java.lang.Object
- 
- net.jqwik.api.JavaBeanReportingFormat.JavaBeanReportingFormatFacade
 
- 
- Enclosing class:
- JavaBeanReportingFormat
 
 @API(status=INTERNAL) public abstract static class JavaBeanReportingFormat.JavaBeanReportingFormatFacade extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description JavaBeanReportingFormatFacade()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.ObjectreportJavaBean(java.lang.Object bean, boolean reportNulls, java.util.Collection<java.lang.String> excludeProperties, java.util.function.Function<java.util.List<java.lang.String>,java.util.List<java.lang.String>> sortProperies)
 
-