Uses of Interface
org.leo.aws.ddb.utils.Func1
-
Packages that use Func1 Package Description org.leo.aws.ddb.utils -
-
Uses of Func1 in org.leo.aws.ddb.utils
Methods in org.leo.aws.ddb.utils with parameters of type Func1 Modifier and Type Method Description static <T> TUtils. constructFromJson(Class<T> clazz, String json, Func1<Throwable,? extends RuntimeException> exceptionFunc)static <T> StringUtils. constructJson(T message, Func1<Throwable,? extends RuntimeException> exceptionFunc)static <X> List<X>Utils. constructListFromJson(Class<X> paramType, String json, Func1<Throwable,? extends RuntimeException> exceptionFunc)static StringPropertyResolverUtils. getEnvironmentProperty(String text, org.springframework.core.env.Environment environment, Func1<String,Boolean> cacheCheckFunc, Func1<String,String> cacheSupplierFunc, Action2<String,String> cacheUpdateFunc)
-