Searched defs:getValueAsLong (Results 1 – 4 of 4) sorted by relevance
207 @Override public long getValueAsLong() throws IOException { return delegate.getValueAsLong(); } in getValueAsLong() method in JsonParserDelegate208 …@Override public long getValueAsLong(long defaultValue) throws IOException { return delegate.getVa… in getValueAsLong() method in JsonParserDelegate
892 @Override public long getValueAsLong() throws IOException { return delegate.getValueAsLong(); } in getValueAsLong() method in FilteringParserDelegate893 …@Override public long getValueAsLong(long defaultValue) throws IOException { return delegate.getVa… in getValueAsLong() method in FilteringParserDelegate
405 public long getValueAsLong() throws IOException in getValueAsLong() method in ParserMinimalBase415 public long getValueAsLong(long defaultValue) throws IOException in getValueAsLong() method in ParserMinimalBase
1648 public long getValueAsLong() throws IOException { in getValueAsLong() method in JsonParser1663 public long getValueAsLong(long def) throws IOException { in getValueAsLong() method in JsonParser