public interface MetaPartition
| Modifier and Type | Method and Description |
|---|---|
java.util.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()
java.util.Optional<MetaElement> allocateMetaElement(java.lang.reflect.Type type)
MetaElement getMeta(java.lang.reflect.Type type)
boolean hasMeta(java.lang.reflect.Type type)