Package org.bremersee.spring.core
Class OrderedProxy
java.lang.Object
org.bremersee.spring.core.OrderedProxy
The ordered proxy.
- Author:
- Christian Bremer
-
Method Summary
-
Method Details
-
create
Create a proxy of the target object that implementsOrdered.- Type Parameters:
T- the type of the proxy- Parameters:
target- the targetorderedValue- the ordered value- Returns:
- the type of the proxy; if the target implements one or more interfaces, it must be one
of these interfaces, otherwise it must be
Ordered
-