|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.spring.SpringUtils
public class SpringUtils
Some common spring related utility functions.
| Constructor Summary | |
|---|---|
SpringUtils()
|
|
| Method Summary | |
|---|---|
static PropertyBinder |
getAutowireWithoutAwareMarkerInterfaces(PropertyBinder binder)
Decorate an autowiring mode by filtering out Spring XXXAware marker interfaces. |
static TypeFilteredPropertyPredicate |
getSpringAwareMarkerInterfaceFilter()
Get the PropertyPredicate object that filters all Spring XXXAware marker interfaces we know so far. |
static boolean |
isSpringInfrastructureClass(java.lang.Class type)
Is this type part of the Spring infrastructure that needs special care? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringUtils()
| Method Detail |
|---|
public static boolean isSpringInfrastructureClass(java.lang.Class type)
type - the type.
public static TypeFilteredPropertyPredicate getSpringAwareMarkerInterfaceFilter()
public static PropertyBinder getAutowireWithoutAwareMarkerInterfaces(PropertyBinder binder)
binder - the autowiring mode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||