A
Size: a a a
A
DC
DC
A
DC
A
P
DC
P
vp
data class Square(Получаю "y" в кавычках
val x: Int,
val y: Int,
)
- SquareИбо
properties:
- name: x
type:
class: kotlin.Int
- name: "y"
type:
class: kotlin.Int
y
парсится как Yes
, n
-> No
и так далееAB
data class Square(Получаю "y" в кавычках
val x: Int,
val y: Int,
)
- SquareИбо
properties:
- name: x
type:
class: kotlin.Int
- name: "y"
type:
class: kotlin.Int
y
парсится как Yes
, n
-> No
и так далееvp
AE
БТ
this.interface`= `interfaceImpl
interface.doClear
, в тесте делаюprivate @Mock MyInterface
Mockito.when(MyInterface.doClear("test")).thenReturn(anotherMock);
A
БТ
@Configuration
@EnableCaching
MyConfig {
private final CacheManager cacheManager;
public MyConfig() {
... логика
и this.cacheManager = new EhCacheCacheManager(net.sf.ehcache.CacheManager.newInstance(config);
AE
@Configuration
@EnableCaching
MyConfig {
private final CacheManager cacheManager;
public MyConfig() {
... логика
и this.cacheManager = new EhCacheCacheManager(net.sf.ehcache.CacheManager.newInstance(config);
A
@Configuration
@EnableCaching
MyConfig {
private final CacheManager cacheManager;
public MyConfig() {
... логика
и this.cacheManager = new EhCacheCacheManager(net.sf.ehcache.CacheManager.newInstance(config);
A