JavaScript is disabled on your browser.
Skip navigation links
Red Hat Data Grid 8.4.8.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.infinispan.search.mapper.mapping
Interface EntityConverter.ConvertedEntity
Enclosing interface:
EntityConverter
public static interface
EntityConverter.ConvertedEntity
The result of an entity conversion
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
entityName
()
boolean
skip
()
Object
value
()
Method Details
skip
boolean
skip
()
entityName
String
entityName
()
value
Object
value
()