org.thymeleaf.expression
Class Objects

Object
  extended by org.thymeleaf.expression.Objects

public final class Objects
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
Objects()
           
 
Method Summary
<T> T[]
arrayNullSafe(T[] target, T defaultValue)
           
<T> List<T>
listNullSafe(List<T> target, T defaultValue)
           
<T> T
nullSafe(T target, T defaultValue)
           
<T> Set<T>
setNullSafe(Set<T> target, T defaultValue)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Objects

public Objects()
Method Detail

nullSafe

public <T> T nullSafe(T target,
                      T defaultValue)

arrayNullSafe

public <T> T[] arrayNullSafe(T[] target,
                             T defaultValue)

listNullSafe

public <T> List<T> listNullSafe(List<T> target,
                                T defaultValue)

setNullSafe

public <T> Set<T> setNullSafe(Set<T> target,
                              T defaultValue)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.