org.springframework.social.evernote.api.impl
Class ThriftNullSafeCollectionInterceptor

java.lang.Object
  extended by org.springframework.social.evernote.api.impl.ThriftNullSafeCollectionInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ThriftNullSafeCollectionInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor

Author:
Tadaya Tsuyukubo

Constructor Summary
ThriftNullSafeCollectionInterceptor()
           
 
Method Summary
 Set<Field> getInitiallyNullListFields()
           
 Set<Field> getInitiallyNullMapFields()
           
 Set<Field> getInitiallyNullSetFields()
           
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftNullSafeCollectionInterceptor

public ThriftNullSafeCollectionInterceptor()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
Throwable

getInitiallyNullListFields

public Set<Field> getInitiallyNullListFields()

getInitiallyNullSetFields

public Set<Field> getInitiallyNullSetFields()

getInitiallyNullMapFields

public Set<Field> getInitiallyNullMapFields()


Copyright © 2014. All Rights Reserved.