Uses of Interface
io.smallrye.common.ref.Reaper
-
Uses of Reaper in io.smallrye.common.ref
Methods in io.smallrye.common.ref that return ReaperModifier and TypeMethodDescriptionPhantomReference.getReaper()SoftReference.getReaper()WeakReference.getReaper()Methods in io.smallrye.common.ref with parameters of type ReaperModifier and TypeMethodDescriptionstatic <T,A> Reference <T, A> References.create(Reference.Type type, T value, A attachment, Reaper<T, A> reaper) Create a reference of a given type with the provided value and attachment.Constructors in io.smallrye.common.ref with parameters of type ReaperModifierConstructorDescriptionConstruct a new instance with a reaper.Construct a new instance with a reaper.Construct a new instance with a reaper.Construct a new instance with a reaper.