Uses of Class
org.redisson.api.annotation.REntity.TransformationMode
-
Packages that use REntity.TransformationMode Package Description org.redisson.api.annotation -
-
Uses of REntity.TransformationMode in org.redisson.api.annotation
Methods in org.redisson.api.annotation that return REntity.TransformationMode Modifier and Type Method Description REntity.TransformationModefieldTransformation()(Optional) Live Object field transformation.static REntity.TransformationModeREntity.TransformationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static REntity.TransformationMode[]REntity.TransformationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-