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()
425 Boolean result = JSON.toBoolean(object); in getBoolean()446 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()