Mike Buchanan
11 years ago
committed by
Mike Buchanan
2 changed files with 18 additions and 1 deletions
@ -0,0 +1,10 @@
|
||||
package com.jayway.jsonpath.spi; |
||||
|
||||
/** |
||||
* Interface to allow wrapping a JSON value to maintain metadata associated with the value |
||||
* |
||||
* @author Mike Buchanan |
||||
*/ |
||||
public interface JsonValueWrapper<T> { |
||||
public T getValue(); |
||||
} |
Loading…
Reference in new issue