public static final class ValueSource.ObjectValue extends java.lang.Object implements ValueSource
ValueSource.ByteValue, ValueSource.ListValue, ValueSource.MapValue, ValueSource.ObjectValue, ValueSource.TemplatedValue
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copyAndResolve(java.util.Map<java.lang.String,java.lang.Object> model)
Returns a copy of the value this ValueSource holds and resolves templates if there're any.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
wrap
public java.lang.Object copyAndResolve(java.util.Map<java.lang.String,java.lang.Object> model)
ValueSource
copyAndResolve
in interface ValueSource
model
- The model to be used when resolving any templatespublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object