public class SlimAnnotatedTypeStoreImpl extends org.jboss.weld.bootstrap.api.helpers.AbstractBootstrapService implements SlimAnnotatedTypeStore
| Constructor and Description |
|---|
SlimAnnotatedTypeStoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupAfterBoot() |
<X> Set<SlimAnnotatedType<X>> |
get(Class<X> type)
Retrieves a previously stored list of
SlimAnnotatedTypes that match the given type. |
<X> SlimAnnotatedType<X> |
get(Class<X> type,
String suffix)
Retrieves a previously stored
SlimAnnotatedType that matches the given type and ID suffix. |
<X> void |
put(SlimAnnotatedType<X> type)
Put a
SlimAnnotatedType into the store. |
cleanupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanuppublic <X> SlimAnnotatedType<X> get(Class<X> type, String suffix)
SlimAnnotatedTypeStoreSlimAnnotatedType that matches the given type and ID suffix.get in interface SlimAnnotatedTypeStorepublic <X> Set<SlimAnnotatedType<X>> get(Class<X> type)
SlimAnnotatedTypeStoreSlimAnnotatedTypes that match the given type.get in interface SlimAnnotatedTypeStoretype - the annotated type typepublic <X> void put(SlimAnnotatedType<X> type)
SlimAnnotatedTypeStoreSlimAnnotatedType into the store.put in interface SlimAnnotatedTypeStoretype - type to storepublic void cleanupAfterBoot()
cleanupAfterBoot in interface org.jboss.weld.bootstrap.api.BootstrapServiceCopyright © 2017. All rights reserved.