java.lang.Object
org.elasticsearch.ingest.ValueSource.TemplatedValue
- All Implemented Interfaces:
 ValueSource
- Enclosing interface:
 ValueSource
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.ingest.ValueSource
ValueSource.ByteValue, ValueSource.ListValue, ValueSource.MapValue, ValueSource.ObjectValue, ValueSource.TemplatedValue - 
Method Summary
 
- 
Method Details
- 
copyAndResolve
Description copied from interface:ValueSourceReturns a copy of the value this ValueSource holds and resolves templates if there're any. For immutable values only a copy of the reference to the value is made.- Specified by:
 copyAndResolvein interfaceValueSource- Parameters:
 model- The model to be used when resolving any templates- Returns:
 - copy of the wrapped value
 
 - 
equals
 - 
hashCode
public int hashCode() 
 -