Package io.microsphere.reflect
Class ProxyUtils
- java.lang.Object
-
- io.microsphere.util.BaseUtils
-
- io.microsphere.reflect.ProxyUtils
-
-
Constructor Summary
Constructors Constructor Description ProxyUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isProxyable(java.lang.Class<?> type)
class has a non-private constructor with no parameters class is not declared final class does not have non-static, final methods with public, protected or default visibility class is not primitive type class is not array type
-
-
-
Method Detail
-
isProxyable
public static boolean isProxyable(java.lang.Class<?> type)
- class has a non-private constructor with no parameters
- class is not declared final
- class does not have non-static, final methods with public, protected or default visibility
- class is not primitive type
- class is not array type
- Parameters:
type
-- Returns:
-
-