JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 15.2.0.Final
org.infinispan.search.mapper.mapping
EntityConverter
ConvertedEntity
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
skip()
entityName()
value()
Interface EntityConverter.ConvertedEntity
Enclosing interface:
EntityConverter
public static interface
EntityConverter.ConvertedEntity
The result of an entity conversion
Author:
Fabio Massimo Ercoli
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
()