net.jakubholy.jeeutils.jsfelcheck.validator
Class MockObjectOfUnknownType

java.lang.Object
  extended by net.jakubholy.jeeutils.jsfelcheck.validator.MockObjectOfUnknownType

public class MockObjectOfUnknownType
extends Object

Used instead an Object or mock(Object) when resolving a property whose type cannot be safely determined. (Use ValidatingJsfElResolver.definePropertyTypeOverride(String, Class) to force a particular type.)


Constructor Summary
MockObjectOfUnknownType(Object propertyName)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockObjectOfUnknownType

public MockObjectOfUnknownType(Object propertyName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.