Home
last modified time | relevance | path

Searched defs:withVersion (Results 1 – 2 of 2) sorted by relevance

/external/gson/gson/src/main/java/com/google/gson/internal/
DExcluder.java69 public Excluder withVersion(double ignoreVersionsAfter) { in withVersion() method in Excluder
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DIntrospectorPairTest.java235 IntrospectorWithMap withVersion = new IntrospectorWithMap() in testVersion() local