Uses of Class
com.github.cafapi.common.util.ref.ReferencedObject
Packages that use ReferencedObject
-
Uses of ReferencedObject in com.github.cafapi.common.util.ref
Methods in com.github.cafapi.common.util.ref that return ReferencedObjectModifier and TypeMethodDescriptionstatic <T> ReferencedObject<T>
ReferencedObject.getReferencedObject
(Class<T> clazz, String ref) Create a ReferencedObject that uses a remote reference to data present in an ObjectSource.static <T> ReferencedObject<T>
ReferencedObject.getWrappedObject
(Class<T> clazz, T obj) Create a ReferencedObject that directly wraps an object without a reference.