public interface UnsupportedType
An object instance of
TypeSystem.UNSUPPORTED() type.
This object holds information about the unsupported type and the minProtocolVersion() needed to support it.
Note that this object MUST NOT be sent to the server.
- Since:
- 6.0.0
-
Method Summary
-
Method Details
-
name
String name()Returns the type name.- Returns:
- the type name
-
minProtocolVersion
String minProtocolVersion()The minimum Bolt Protocol version needed to support this type.Note: Bolt versions are not generally equivalent to driver versions. See the manual for which driver version is required for new types.
- Returns:
- the minimum Bolt Protocol version
-
message
An optional message.- Returns:
- the message
-