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