Class ObjectUtils

Object
org.thymeleaf.util.ObjectUtils

public final class ObjectUtils extends Object
Since:
1.0
Author:
Daniel Fernández
  • Method Details

    • nullSafe

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