Package com.valqueries.automapper
Class TokenUpdateImpl
java.lang.Object
com.valqueries.automapper.TokenUpdateImpl
- All Implemented Interfaces:
TokenUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the value for a field.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.valqueries.automapper.TokenUpdate
set
-
Constructor Details
-
TokenUpdateImpl
public TokenUpdateImpl()
-
-
Method Details
-
set
Description copied from interface:TokenUpdate
Set the value for a field.- Specified by:
set
in interfaceTokenUpdate
- Parameters:
field
- the fieldvalue
- the value
-
getUpdateValues
-