Uses of Class
org.redisson.liveobject.core.RedissonObjectBuilder.ReferenceType
-
Packages that use RedissonObjectBuilder.ReferenceType Package Description org.redisson.command org.redisson.liveobject.core -
-
Uses of RedissonObjectBuilder.ReferenceType in org.redisson.command
-
Uses of RedissonObjectBuilder.ReferenceType in org.redisson.liveobject.core
Methods in org.redisson.liveobject.core that return RedissonObjectBuilder.ReferenceType Modifier and Type Method Description static RedissonObjectBuilder.ReferenceType
RedissonObjectBuilder.ReferenceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedissonObjectBuilder.ReferenceType[]
RedissonObjectBuilder.ReferenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.liveobject.core with parameters of type RedissonObjectBuilder.ReferenceType Modifier and Type Method Description Object
RedissonObjectBuilder. fromReference(RedissonReference rr, RedissonObjectBuilder.ReferenceType type)
Object
RedissonObjectBuilder. tryHandleReference(Object o, RedissonObjectBuilder.ReferenceType type)
-