org.thymeleaf.testing.templateengine.standard.test.data
Class StandardTestEvaluatedField
Object
org.thymeleaf.testing.templateengine.standard.test.data.StandardTestEvaluatedField
public class StandardTestEvaluatedField
- extends Object
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forNoValue
public static StandardTestEvaluatedField forNoValue()
forDefaultValue
public static StandardTestEvaluatedField forDefaultValue(Object value)
forSpecifiedValue
public static StandardTestEvaluatedField forSpecifiedValue(Object value)
hasValue
public boolean hasValue()
hasNotNullValue
public boolean hasNotNullValue()
isDefault
public boolean isDefault()
isSpecified
public boolean isSpecified()
getValueType
public StandardTestValueType getValueType()
getValue
public Object getValue()
Copyright © 2013 The THYMELEAF team. All Rights Reserved.