public interface ObjectStore
Modifier and Type | Method and Description |
---|---|
<T> ObjectStore |
add(Class<T> type,
T instance) |
ObjectStore |
clear() |
<T> T |
get(Class<T> type) |
<T> ObjectStore add(Class<T> type, T instance)
<T> T get(Class<T> type)
ObjectStore clear()
Copyright © 2016 JBoss by Red Hat. All rights reserved.