Package org.aksw.commons.util.delegate
Interface Unwrappable
-
public interface UnwrappableGeneric interface to access associated (context information / aspects / APIs / whatever to call it) of objects. The default implementation of unwrap will try to cast object the method is called on as the requested class.- Author:
- raven
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <X> Optional<X>unwrap(Class<X> clazz, boolean reflexive)
-