Package com.blackrook.redis.struct
Additional helper data structures and methods.
NOTICE: This entire package (and subpackages) is subject to change - do not use this outside of this library.
-
Interface Summary Interface Description 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). -
Class Summary Class Description DataList A mutable buffer of data.TypeConverter Type converter class for converting types to others.TypeProfileFactory A factory that produces type profiles for POJOs and data objects.TypeProfileFactory.Profile<T> 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.Utils A utility class.