|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.wicket.util.proxy.LazyInitProxyFactory
public class LazyInitProxyFactory
Nested Class Summary | |
---|---|
protected static interface |
LazyInitProxyFactory.IWriteReplace
|
Constructor Summary | |
---|---|
LazyInitProxyFactory()
|
Method Summary | |
---|---|
static Object |
createProxy(Class<?> type,
IProxyTargetLocator locator)
|
protected static boolean |
isEqualsMethod(Method method)
Checks if the method is derived from Object.equals() |
protected static boolean |
isFinalizeMethod(Method method)
Checks if the method is derived from Object.finalize() |
protected static boolean |
isHashCodeMethod(Method method)
Checks if the method is derived from Object.hashCode() |
protected static boolean |
isToStringMethod(Method method)
Checks if the method is derived from Object.toString() |
protected static boolean |
isWriteReplaceMethod(Method method)
Checks if the method is the writeReplace method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyInitProxyFactory()
Method Detail |
---|
public static Object createProxy(Class<?> type, IProxyTargetLocator locator)
protected static boolean isEqualsMethod(Method method)
method
- method being tested
protected static boolean isHashCodeMethod(Method method)
method
- method being tested
protected static boolean isToStringMethod(Method method)
method
- method being tested
protected static boolean isFinalizeMethod(Method method)
method
- method being tested
protected static boolean isWriteReplaceMethod(Method method)
method
- method being tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |