|
|
|
@ -81,13 +81,11 @@ import jodd.bean.BeanUtil;
|
|
|
|
|
import net.bytebuddy.ByteBuddy;
|
|
|
|
|
import net.bytebuddy.description.field.FieldDescription;
|
|
|
|
|
import net.bytebuddy.description.field.FieldDescription.InDefinedShape;
|
|
|
|
|
import net.bytebuddy.description.type.TypeDescription;
|
|
|
|
|
import net.bytebuddy.description.field.FieldList;
|
|
|
|
|
import net.bytebuddy.dynamic.DynamicType;
|
|
|
|
|
import net.bytebuddy.dynamic.loading.ClassLoadingStrategy;
|
|
|
|
|
import net.bytebuddy.implementation.MethodDelegation;
|
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.FieldProxy;
|
|
|
|
|
import net.bytebuddy.matcher.ElementMatcher;
|
|
|
|
|
import net.bytebuddy.matcher.ElementMatchers;
|
|
|
|
|
|
|
|
|
|
public class RedissonLiveObjectService implements RLiveObjectService {
|
|
|
|
|