Java org.springframework.data.domain Example fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.domain Example fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.domain Example.

The text is from its open source code.

Method

TgetProbe()
Get the example used.
ClassgetProbeType()
Get the actual type for the probe used.
Exampleof(T probe)
Create a new Example including all non-null properties by default.
Exampleof(T probe, ExampleMatcher matcher)
Create a new Example using the given ExampleMatcher .