public interface MetaPartition
| Modifier and Type | Method and Description |
|---|---|
io.crnk.core.utils.Optional<MetaElement> |
allocateMetaElement(java.lang.reflect.Type type) |
void |
discoverElements() |
MetaElement |
getMeta(java.lang.reflect.Type type) |
boolean |
hasMeta(java.lang.reflect.Type type) |
void |
init(MetaPartitionContext context) |
void init(MetaPartitionContext context)
void discoverElements()
io.crnk.core.utils.Optional<MetaElement> allocateMetaElement(java.lang.reflect.Type type)
MetaElement getMeta(java.lang.reflect.Type type)
boolean hasMeta(java.lang.reflect.Type type)