public interface SlimAnnotatedTypeStore
extends org.jboss.weld.bootstrap.api.BootstrapService
SlimAnnotatedType
s.Modifier and Type | Method and Description |
---|---|
<X> Collection<SlimAnnotatedType<X>> |
get(Class<X> type)
Retrieves a previously stored list of
SlimAnnotatedType s 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. |
<X> Collection<SlimAnnotatedType<X>> get(Class<X> type)
SlimAnnotatedType
s that match the given type.type
- the annotated type type<X> SlimAnnotatedType<X> get(Class<X> type, String suffix)
SlimAnnotatedType
that matches the given type and ID suffix.<X> void put(SlimAnnotatedType<X> type)
SlimAnnotatedType
into the store.type
- type to storeCopyright © 2016. All rights reserved.