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