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

Method unwrap

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

Unwrap an object

(Object object)

Source from the content-addressed store, hash-verified

790 * Unwrap an object
791 */
792 private static Object unwrap(Object object) {
793 if (object instanceof Reflect) {
794 return ((Reflect) object).get();
795 }
796
797 return object;
798 }
799
800 /**
801 * Get an array of types for an array of objects

Callers 1

setMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected