public class KVTypeInfo
extends Object
| Constructor and Description |
|---|
KVTypeInfo(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getIndexValue(String indexName,
Object instance) |
java.util.stream.Stream<KVIndex> |
indices() |
Class<?> |
type() |
public Class<?> type()
public Object getIndexValue(String indexName,
Object instance)
throws Exception
Exceptionpublic java.util.stream.Stream<KVIndex> indices()