Uses of Interface
io.foldright.inspectablewrappers.Attachable
Packages that use Attachable
Package
Description
Utility classes for
inspectable wrappers.-
Uses of Attachable in io.foldright.inspectablewrappers.utils
Classes in io.foldright.inspectablewrappers.utils that implement AttachableModifier and TypeClassDescriptionclassAttachableDelegate<K,V> A simpleAttachabledelegate implementation.Methods in io.foldright.inspectablewrappers.utils with parameters of type AttachableModifier and TypeMethodDescriptionstatic <T> TWrapperAdapterUtils.createWrapperAdapter(Class<? super T> bizInterface, T underlying, T adaptee, Attachable<?, ?> attachable) Creates aWrapperAdapterinstance of the given biz interface type andAttachabletype by the underlying(Wrapper.unwrap_()), adaptee(WrapperAdapter.adaptee_()) and attachable instances.static <T> TWrapperAdapterUtils.createWrapperAdapter(Class<? super T> bizInterface, T underlying, T adaptee, Attachable<?, ?> attachable, Class<?>... tagInterfaces) Same asWrapperAdapterUtils.createWrapperAdapter(Class, Object, Object, Attachable), but the returnedWrapperAdapterinstance also implements the given tag interfaces.