public interface AttributeResolver
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AttributeResolver.AttributesFunction |
static interface |
AttributeResolver.KeyFunction |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<?>> |
getAttributeTypes() |
Class<?>[] |
getKeyTypes() |
io.datakernel.promise.Promise<Void> |
resolveAttributes(List<Object> results,
AttributeResolver.KeyFunction keyFunction,
AttributeResolver.AttributesFunction attributesFunction) |
Class<?>[] getKeyTypes()
io.datakernel.promise.Promise<Void> resolveAttributes(List<Object> results, AttributeResolver.KeyFunction keyFunction, AttributeResolver.AttributesFunction attributesFunction)
Copyright © 2019. All rights reserved.