public interface EqualsWrapper<T>
This class is using Wrapper pattern and Prototype pattern.
It's a prototype, so that client can create a single prototype instance and set to BeanCoderContext.
At encoding runtime, the actually wrapper object will be cloned from the prototype object.
Copyright © 2019. All rights reserved.