Package io.deephaven.plugin.type
Interface ObjectTypeLookup
- All Known Implementing Classes:
ObjectTypeLookup.NoOp
,ObjectTypes
public interface ObjectTypeLookup
The
object type
lookup.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindObjectType
(Object object) Find theObjectType
compatible withobject
.
-
Method Details
-
findObjectType
Find theObjectType
compatible withobject
. That is,ObjectType.isType(Object)
will betrue
forobject
.- Parameters:
object
- the object- Returns:
- the object type, if found
-