Searched defs:getValueAsBoolean (Results 1 – 4 of 4) sorted by relevance
211 …@Override public boolean getValueAsBoolean() throws IOException { return delegate.getValueAsBoolea… in getValueAsBoolean() method in JsonParserDelegate212 …@Override public boolean getValueAsBoolean(boolean defaultValue) throws IOException { return deleg… in getValueAsBoolean() method in JsonParserDelegate
896 …@Override public boolean getValueAsBoolean() throws IOException { return delegate.getValueAsBoolea… in getValueAsBoolean() method in FilteringParserDelegate897 …@Override public boolean getValueAsBoolean(boolean defaultValue) throws IOException { return deleg… in getValueAsBoolean() method in FilteringParserDelegate
1708 public boolean getValueAsBoolean() throws IOException { in getValueAsBoolean() method in JsonParser1723 public boolean getValueAsBoolean(boolean def) throws IOException { in getValueAsBoolean() method in JsonParser
327 public boolean getValueAsBoolean(boolean defaultValue) throws IOException in getValueAsBoolean() method in ParserMinimalBase