Uses of Class
org.apache.juneau.cp.BeanStoreEntry
Packages that use BeanStoreEntry
- 
Uses of BeanStoreEntry in org.apache.juneau.cpMethods in org.apache.juneau.cp that return BeanStoreEntryModifier and TypeMethodDescriptionstatic <T> BeanStoreEntry<T>Static creator.protected <T> BeanStoreEntry<T>BeanStore.createEntry(Class<T> type, Supplier<T> bean, String name) Creates an entry in this store for the specified bean.Methods in org.apache.juneau.cp that return types with arguments of type BeanStoreEntryModifier and TypeMethodDescription<T> Stream<BeanStoreEntry<T>>Returns all the beans in this store of the specified type.
- 
Uses of BeanStoreEntry in org.apache.juneau.rest.springbootMethods in org.apache.juneau.rest.springboot that return types with arguments of type BeanStoreEntry