Searched defs:useJdkUnsafe (Results 1 – 3 of 3) sorted by relevance
55 private final boolean useJdkUnsafe; field in ConstructorConstructor58 …ructorConstructor(Map<Type, InstanceCreator<?>> instanceCreators, boolean useJdkUnsafe, List<Refle… in ConstructorConstructor()
188 final boolean useJdkUnsafe; field in Gson249 boolean useJdkUnsafe, in Gson()
104 private boolean useJdkUnsafe = DEFAULT_USE_JDK_UNSAFE; field in GsonBuilder