Package net.jqwik.api
Klasse JavaBeanReportingFormat
java.lang.Object
net.jqwik.api.JavaBeanReportingFormat
- Alle implementierten Schnittstellen:
Comparable<SampleReportingFormat>,SampleReportingFormat
@API(status=MAINTAINED,
since="1.3.10")
public abstract class JavaBeanReportingFormat
extends Object
implements SampleReportingFormat
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanprotected abstract Collection<Class<?>> protected Collection<String> final ObjectTransform the value into one that will be handled by default mechanism, e.g. a Collection, a String, a Map.protected booleansortProperties(List<String> properties) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden net.jqwik.api.SampleReportingFormat
compareTo, priority
-
Konstruktordetails
-
JavaBeanReportingFormat
public JavaBeanReportingFormat()
-
-
Methodendetails
-
beanTypes
-
excludeProperties
-
sortProperties
-
reportNulls
protected boolean reportNulls() -
label
- Angegeben von:
labelin SchnittstelleSampleReportingFormat- Parameter:
value- the value to format- Gibt zurück:
- an optional label prepended to a value's report
-
appliesTo
- Angegeben von:
appliesToin SchnittstelleSampleReportingFormat- Parameter:
value- the value to format- Gibt zurück:
- true if this format applies
-
report
Beschreibung aus Schnittstelle kopiert:SampleReportingFormatTransform the value into one that will be handled by default mechanism, e.g. a Collection, a String, a Map.- Angegeben von:
reportin SchnittstelleSampleReportingFormat- Parameter:
value- the value to format- Gibt zurück:
- the transformed value
-