Interface NumberWrapperVisitor<R,P,Q,TH extends Throwable>

Type Parameters:
R - The result type
P - The first parameter type
Q - The second parameter type
TH - The error or exception type
All Superinterfaces:
WrapperVisitor<R,P,Q,TH>
All Known Implementing Classes:
GeneratedIdPropertyType.ValueSetter, VersionPropertyType.Incrementer, VersionPropertyType.ValueSetter

public interface NumberWrapperVisitor<R,P,Q,TH extends Throwable> extends WrapperVisitor<R,P,Q,TH>
A visitor for the NumberWrapper interface.