public class LambdaUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
getAliasName(LambdaGetter<T> getter,
boolean withPrefix) |
static <T> String |
getFieldName(LambdaGetter<T> getter) |
static <T> Class<?> |
getImplClass(LambdaGetter<T> getter) |
static <T> QueryColumn |
getQueryColumn(LambdaGetter<T> getter) |
public static <T> String getFieldName(LambdaGetter<T> getter)
public static <T> Class<?> getImplClass(LambdaGetter<T> getter)
public static <T> String getAliasName(LambdaGetter<T> getter, boolean withPrefix)
public static <T> QueryColumn getQueryColumn(LambdaGetter<T> getter)
Copyright © 2024. All rights reserved.