Searched refs:toBoolean (Results 1 – 4 of 4) sorted by relevance
30 static Boolean toBoolean(Object value) { in toBoolean() method in JSON
330 Boolean result = JSON.toBoolean(object); in getBoolean()351 Boolean result = JSON.toBoolean(object); in optBoolean()
422 Boolean result = JSON.toBoolean(object); in getBoolean()443 Boolean result = JSON.toBoolean(object); in optBoolean()
1839 private static boolean toBoolean(byte value) { in toBoolean() method in Transformers.ExplicitCastArguments2038 writer.putNextBoolean(toBoolean(byteValue)); in explicitCastPrimitives()2094 writer.putNextBoolean(toBoolean(b)); in unboxNonNull()