Package org.cxbox.core.util
Class JuelUtils
- java.lang.Object
-
- org.cxbox.core.util.JuelUtils
-
public final class JuelUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJuelUtils.Property
-
Constructor Summary
Constructors Constructor Description JuelUtils()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringencode(Object object)static Stringformat(String template, Map<String,Object> parameters)static StringformatDate(Object date, String format)static Set<JuelUtils.Property>getProperties(String template)LocalDateTimeplusDays(LocalDateTime dateTime, Integer value)LocalDateTimeplusMonth(LocalDateTime dateTime, Integer value)
-
-
-
Method Detail
-
getProperties
public static Set<JuelUtils.Property> getProperties(String template)
-
plusDays
public LocalDateTime plusDays(LocalDateTime dateTime, Integer value)
-
plusMonth
public LocalDateTime plusMonth(LocalDateTime dateTime, Integer value)
-
-