|
|
@ -31,20 +31,16 @@ import org.redisson.api.annotation.REntity;
|
|
|
|
import org.redisson.api.annotation.REntity.TransformationMode;
|
|
|
|
import org.redisson.api.annotation.REntity.TransformationMode;
|
|
|
|
import org.redisson.api.annotation.RId;
|
|
|
|
import org.redisson.api.annotation.RId;
|
|
|
|
import org.redisson.api.annotation.RIndex;
|
|
|
|
import org.redisson.api.annotation.RIndex;
|
|
|
|
import org.redisson.client.codec.Codec;
|
|
|
|
|
|
|
|
import org.redisson.liveobject.misc.ClassUtils;
|
|
|
|
import org.redisson.liveobject.misc.ClassUtils;
|
|
|
|
import org.redisson.liveobject.misc.Introspectior;
|
|
|
|
import org.redisson.liveobject.misc.Introspectior;
|
|
|
|
import org.redisson.liveobject.resolver.NamingScheme;
|
|
|
|
import org.redisson.liveobject.resolver.NamingScheme;
|
|
|
|
|
|
|
|
|
|
|
|
import net.bytebuddy.description.field.FieldDescription.InDefinedShape;
|
|
|
|
|
|
|
|
import net.bytebuddy.description.field.FieldList;
|
|
|
|
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.AllArguments;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.AllArguments;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.FieldValue;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.FieldValue;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.Origin;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.Origin;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.RuntimeType;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.RuntimeType;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.SuperCall;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.SuperCall;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.This;
|
|
|
|
import net.bytebuddy.implementation.bind.annotation.This;
|
|
|
|
import net.bytebuddy.matcher.ElementMatchers;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* This class is going to be instantiated and becomes a <b>static</b> field of
|
|
|
|
* This class is going to be instantiated and becomes a <b>static</b> field of
|
|
|
|