Uses of Interface
org.specrunner.expressions.INullEmptyHandler

Packages that use INullEmptyHandler
org.specrunner.expressions   
org.specrunner.expressions.core   
 

Uses of INullEmptyHandler in org.specrunner.expressions
 

Methods in org.specrunner.expressions with parameters of type INullEmptyHandler
 void INullEmptyFeature.setNullEmptyHandler(INullEmptyHandler nullEmptyHandler)
          Set the null/empty handler implementation.
 

Uses of INullEmptyHandler in org.specrunner.expressions.core
 

Classes in org.specrunner.expressions.core that implement INullEmptyHandler
 class NullEmptyHandlerDefault
          Default implementation.
 

Fields in org.specrunner.expressions.core with type parameters of type INullEmptyHandler
protected static ThreadLocal<INullEmptyHandler> NullEmptyHandlerDefault.instance
          Thread safe instance.
 

Methods in org.specrunner.expressions.core that return INullEmptyHandler
static INullEmptyHandler NullEmptyHandlerDefault.get()
          Singleton method.
 



Copyright © 2015. All rights reserved.