Uses of Package
com.blackrook.redis.struct
-
Packages that use com.blackrook.redis.struct Package Description com.blackrook.redis.io Contains classes relevant to reading and writing to Redis sockets.com.blackrook.redis.struct Additional helper data structures and methods. -
Classes in com.blackrook.redis.struct used by com.blackrook.redis.io Class Description DataList A mutable buffer of data. -
Classes in com.blackrook.redis.struct used by com.blackrook.redis.struct Class Description DataList A mutable buffer of data.TypeProfileFactory A factory that produces type profiles for POJOs and data objects.TypeProfileFactory.MemberPolicy An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).TypeProfileFactory.Profile Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.TypeProfileFactory.Profile.FieldInfo Field information.TypeProfileFactory.Profile.MethodInfo Method signature.