Get the type of the wrapped object. @see Object#getClass()
()
| 844 | * @see Object#getClass() |
| 845 | */ |
| 846 | public Class<?> type() { |
| 847 | return type; |
| 848 | } |
| 849 | |
| 850 | /** |
| 851 | * Get a wrapper type for a primitive type, or the argument type itself, if |
no outgoing calls
no test coverage detected