Uses of Enum
com.github.yulichang.wrapper.enums.PrefixEnum
Packages that use PrefixEnum
Package
Description
-
Uses of PrefixEnum in com.github.yulichang.extension.kt
Methods in com.github.yulichang.extension.kt with parameters of type PrefixEnumModifier and TypeMethodDescriptionprotected final StringKtAbstractLambdaWrapper.columnsToString(Integer index, PrefixEnum prefixEnum, String alias, kotlin.reflect.KProperty<?>... columns) protected StringKtAbstractWrapper.columnsToString(Integer index, PrefixEnum prefixEnum, String alias, List<kotlin.reflect.KProperty<?>> columns) protected StringKtAbstractWrapper.columnsToString(Integer index, PrefixEnum prefixEnum, String alias, kotlin.reflect.KProperty<?>... columns) 多字段转换为逗号 "," 分割字符串protected StringKtAbstractLambdaWrapper.columnToString(Integer index, String alias, kotlin.reflect.KProperty<?> column, boolean isJoin, PrefixEnum prefixEnum) protected StringKtAbstractLambdaWrapper.getDefault(Integer index, Class<?> clazz, boolean isJoin, PrefixEnum prefixEnum) 返回前缀 -
Uses of PrefixEnum in com.github.yulichang.wrapper
Methods in com.github.yulichang.wrapper with parameters of type PrefixEnumModifier and TypeMethodDescriptionprotected final <X> StringJoinAbstractLambdaWrapper.columnsToString(Integer index, PrefixEnum prefixEnum, String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<X, ?>... columns) <X> StringJoinAbstractWrapper.columnsToString(Integer index, PrefixEnum prefixEnum, String alias, boolean orderBy, List<X> columns) protected <X> StringJoinAbstractLambdaWrapper.columnToString(Integer index, String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<X, ?> column, boolean isJoin, PrefixEnum prefixEnum, boolean orderBy) protected abstract <X> StringJoinAbstractWrapper.columnToString(Integer index, String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<X, ?> column, boolean isJoin, PrefixEnum prefixEnum, boolean orderBy) 获取 columnNameprotected StringJoinAbstractLambdaWrapper.getDefault(Integer index, Class<?> clazz, boolean isJoin, PrefixEnum prefixEnum) 返回前缀 -
Uses of PrefixEnum in com.github.yulichang.wrapper.enums
Methods in com.github.yulichang.wrapper.enums that return PrefixEnumModifier and TypeMethodDescriptionstatic PrefixEnumReturns the enum constant of this type with the specified name.static PrefixEnum[]PrefixEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.