Uses of Class
org.apache.juneau.cp.BeanStoreEntry
Packages that use BeanStoreEntry
Package
Description
Classpath Utilities
Spring Boot Integration
-
Uses of BeanStoreEntry in org.apache.juneau.cp
Methods 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.springboot
Methods in org.apache.juneau.rest.springboot that return types with arguments of type BeanStoreEntry