Uses of Enum Class
io.smallrye.common.ref.Reference.Type
-
Uses of Reference.Type in io.smallrye.common.ref
Methods in io.smallrye.common.ref that return Reference.TypeModifier and TypeMethodDescriptionPhantomReference.getType()Reference.getType()Get the type of the reference.SoftReference.getType()StrongReference.getType()WeakReference.getType()static Reference.TypeReturns the enum constant of this class with the specified name.static Reference.Type[]Reference.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.common.ref with parameters of type Reference.TypeModifier and TypeMethodDescriptionstatic <T,A> Reference <T, A> References.create(Reference.Type type, T value, A attachment) Create a reference of a given type with the provided value and attachment.static <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.static <T,A> Reference <T, A> References.create(Reference.Type type, T value, A attachment, ReferenceQueue<? super T> referenceQueue) Create a reference of a given type with the provided value and attachment.booleanReference.Type.in(Reference.Type v1) Determine whether this instance is equal to one of the given instances.booleanReference.Type.in(Reference.Type... values) Determine whether this instance is equal to one of the given instances.booleanReference.Type.in(Reference.Type v1, Reference.Type v2) Determine whether this instance is equal to one of the given instances.booleanReference.Type.in(Reference.Type v1, Reference.Type v2, Reference.Type v3) Determine whether this instance is equal to one of the given instances.Method parameters in io.smallrye.common.ref with type arguments of type Reference.TypeModifier and TypeMethodDescriptionstatic booleanReference.Type.isFull(EnumSet<Reference.Type> set) Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.