MCPcopy
hub / github.com/razerdp/BasePopup / get

Method get

app/src/main/java/razerdp/demo/utils/joor/Reflect.java:273–276  ·  view source on GitHub ↗

Get the wrapped object @param A convenience generic parameter for automatic unsafe casting

()

Source from the content-addressed store, hash-verified

271 * @param <T> A convenience generic parameter for automatic unsafe casting
272 */
273 @SuppressWarnings("unchecked")
274 public <T> T get() {
275 return (T) object;
276 }
277
278 /**
279 * Set a field value.

Callers 15

checkUnSafeMethod · 0.45
generateViewIdMethod · 0.45
getStoragePathMethod · 0.45
fillViewMethod · 0.45
onCreateViewHolderMethod · 0.45
handleMessageMethod · 0.45
runMethod · 0.45
fieldMethod · 0.45
invokeMethod · 0.45
equalsMethod · 0.45
unwrapMethod · 0.45
hasNavBarMethod · 0.45

Calls 1

fieldMethod · 0.95

Tested by 1

onInitViewMethod · 0.36