| Constructor and Description |
|---|
DummyConverterForMockito() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.atomic.AtomicInteger |
convert(java.util.concurrent.atomic.AtomicInteger source)
Converts the source object, creating a new instance of the destination type
|
java.util.concurrent.atomic.AtomicInteger |
convert(java.util.concurrent.atomic.AtomicInteger source,
java.util.concurrent.atomic.AtomicInteger prototype)
Convert the source object by filling the prototype
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic java.util.concurrent.atomic.AtomicInteger convert(java.util.concurrent.atomic.AtomicInteger source)
throws ConversionException
Converterconvert in interface Converter<java.util.concurrent.atomic.AtomicInteger,java.util.concurrent.atomic.AtomicInteger>source - the source objectConversionException - if an error occurspublic java.util.concurrent.atomic.AtomicInteger convert(java.util.concurrent.atomic.AtomicInteger source,
java.util.concurrent.atomic.AtomicInteger prototype)
throws ConversionException
Converterconvert in interface Converter<java.util.concurrent.atomic.AtomicInteger,java.util.concurrent.atomic.AtomicInteger>source - the source objectprototype - the prototype to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.