JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.mateu.util.persistence
Interface EntityDeserializer
public interface
EntityDeserializer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T> T
fromJson
(jakarta.persistence.EntityManager em,
String
json,
Class
<T> c)
Method Details
fromJson
<T>
T
fromJson
(jakarta.persistence.EntityManager em,
String
json,
Class
<T> c)
throws
Exception
Throws:
Exception