- Add
Step.Factory.ForDelegation
inMemberSubstitution
that allows for delegation similar toMethodDelegation
but in-code. - Add handlers for
MethodDelegation
andAdvice
that leverage method handles for field access and self-invocation. - Add
Step.Factory
for type assignment that allows casting the return value from a previous step to another type. - Avoid usage of
URL
class loader as it is deprecated, and use newer method if available.