com.github.mustachejava.reflect
Class MissingWrapper

java.lang.Object
  extended by com.github.mustachejava.reflect.GuardedWrapper
      extended by com.github.mustachejava.reflect.MissingWrapper
All Implemented Interfaces:
Wrapper

public class MissingWrapper
extends GuardedWrapper

Used to mark a wrapper this is only guarding a complete miss.


Field Summary
 
Fields inherited from class com.github.mustachejava.reflect.GuardedWrapper
guard
 
Constructor Summary
MissingWrapper(com.google.common.base.Predicate<java.lang.Object[]>[] guard)
           
 
Method Summary
 
Methods inherited from class com.github.mustachejava.reflect.GuardedWrapper
call, equals, guardCall, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingWrapper

public MissingWrapper(com.google.common.base.Predicate<java.lang.Object[]>[] guard)


Copyright © 2012. All Rights Reserved.