Uses of Class
org.apache.juneau.cp.BeanCreateMethodFinder
Packages that use BeanCreateMethodFinder
- 
Uses of BeanCreateMethodFinder in org.apache.juneau.cpMethods in org.apache.juneau.cp that return BeanCreateMethodFinderModifier and TypeMethodDescription<T2> BeanCreateMethodFinder<T>Adds a bean to the lookup for parameters.<T> BeanCreateMethodFinder<T>BeanStore.createMethodFinder(Class<T> beanType) Create a method finder for finding bean creation methods.<T> BeanCreateMethodFinder<T>BeanStore.createMethodFinder(Class<T> beanType, Class<?> resourceClass) Create a method finder for finding bean creation methods.<T> BeanCreateMethodFinder<T>BeanStore.createMethodFinder(Class<T> beanType, Object resource) Create a method finder for finding bean creation methods.Shortcut for callingfind( .x ->x .hasName(methodName ))BeanCreateMethodFinder.find(Predicate<MethodInfo> filter) Find the method matching the specified predicate.Identical tofind(Predicate)but named for fluent-style calls.BeanCreateMethodFinder.thenFind(Predicate<MethodInfo> filter) Identical tofind(Predicate)but named for fluent-style calls.BeanCreateMethodFinder.withDefault(Supplier<T> def) A default value to return if no matching methods were found.BeanCreateMethodFinder.withDefault(T def) A default value to return if no matching methods were found.