Package org.apache.juneau.rest
Class ResourceSupplier
java.lang.Object
org.apache.juneau.rest.ResourceSupplier
A supplier of a REST resource bean.
Pretty much just a normal supplier, but wrapped in a concrete class so that it can be retrieved by class name.
-
Constructor Details
-
ResourceSupplier
Constructor.- Parameters:
resourceClass
- The resource class.
May or may not be the same as the object returned by the supplier (e.g. supplier returns a proxy).supplier
- The supplier of the bean.
-
-
Method Details