com.github.mustachejava.reflect
Class WrappedGuard

java.lang.Object
  extended by com.github.mustachejava.reflect.WrappedGuard
All Implemented Interfaces:
com.google.common.base.Predicate<java.lang.Object[]>

public class WrappedGuard
extends java.lang.Object
implements com.google.common.base.Predicate<java.lang.Object[]>

Dig into the dot notation to guard it from changing.

User: sam Date: 6/26/12 Time: 9:09 PM


Constructor Summary
WrappedGuard(ObjectHandler oh, int index, java.util.List<Wrapper> wrappers, java.util.List<com.google.common.base.Predicate<java.lang.Object[]>> wrapperGuard)
           
 
Method Summary
 boolean apply(java.lang.Object[] objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

WrappedGuard

public WrappedGuard(ObjectHandler oh,
                    int index,
                    java.util.List<Wrapper> wrappers,
                    java.util.List<com.google.common.base.Predicate<java.lang.Object[]>> wrapperGuard)
Method Detail

apply

public boolean apply(@Nullable
                     java.lang.Object[] objects)
Specified by:
apply in interface com.google.common.base.Predicate<java.lang.Object[]>


Copyright © 2012. All Rights Reserved.