1 year ago

#336631

test-img

ciro

Spring AOP change object inside method

I would to know if Spring AOP can change a value inside a method

For example:

public void(String name){
    DTO dto = new DTO();
}

I would execute dto.someSetter() inside advice.

It's possible?

java

spring

spring-aop

0 Answers

Your Answer

Accepted video resources