Class JsonBJsonFormatMapper
java.lang.Object
org.hibernate.type.format.AbstractJsonFormatMapper
org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
- All Implemented Interfaces:
FormatMapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TfromString(CharSequence charSequence, Type type) <T> StringMethods inherited from class org.hibernate.type.format.AbstractJsonFormatMapper
fromString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.type.format.FormatMapper
readFromSource, supportsSourceType, supportsTargetType, writeToTarget
-
Field Details
-
SHORT_NAME
- See Also:
-
-
Constructor Details
-
JsonBJsonFormatMapper
public JsonBJsonFormatMapper() -
JsonBJsonFormatMapper
-
-
Method Details
-
fromString
- Specified by:
fromStringin classAbstractJsonFormatMapper
-
toString
- Specified by:
toStringin classAbstractJsonFormatMapper
-