package org.sample; public interface IExtendedMessageInterpolatorContext { Object getRootBean(); Object getLeafBean(); Object getInvalidValue(); }