public interface DslPropertyConverter
Modifier and Type | Field and Description |
---|---|
static DslPropertyConverter |
DEFAULT
Default no op implementation.
|
static DslPropertyConverter |
INSTANCE
A composite over available instances or default if none is present.
|
Modifier and Type | Method and Description |
---|---|
static DslPropertyConverter |
instance() |
default Object |
stubSide(Object object)
Conversion mechanism for the stub side manipulation.
|
default Object |
testSide(Object object)
Conversion mechanism for the test side manipulation.
|
static final DslPropertyConverter DEFAULT
static final DslPropertyConverter INSTANCE
static DslPropertyConverter instance()
DslPropertyConverter
around a list of
DslPropertyConverter
or a default no op instancedefault Object testSide(Object object)
object
- object to manipulateCopyright © 2016–2019 Spring. All rights reserved.