A B C D E F G I L M N O P R S T U V W 
所有类 所有程序包

A

access() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The access type of the generated class.
Access - io.github.vipcxj.beanknife.runtime.annotations中的枚举
 
AnnotationDest - io.github.vipcxj.beanknife.runtime.utils中的枚举
 
AnnotationSource - io.github.vipcxj.beanknife.runtime.utils中的枚举
 

B

beanknife.runtime - 模块 beanknife.runtime
 
BeanProvider - io.github.vipcxj.beanknife.runtime.spi中的接口
Used to tell the library how to instantiate a bean.
BeanProviders - io.github.vipcxj.beanknife.runtime中的枚举
 
BeanUsage - io.github.vipcxj.beanknife.runtime.utils中的枚举
 

C

CacheType - io.github.vipcxj.beanknife.runtime.utils中的枚举
 
canSeeFromSubClass(Access) - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.annotations.Access
 
config() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The configType
CONFIG - io.github.vipcxj.beanknife.runtime.utils.AnnotationSource
 
configClass() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.internal.GeneratedMeta
 
configClass() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.internal.GeneratedView
 
CONFIGURE - io.github.vipcxj.beanknife.runtime.utils.BeanUsage
 
configureBeanCacheType() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The cache type of the configure bean instance achieved from BeanProvider.
convert(FromType) - 接口 中的方法io.github.vipcxj.beanknife.runtime.PropertyConverter
 
convert(Byte) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullByteAsZeroConverter
 
convert(Double) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullDoubleAsZeroConverter
 
convert(Float) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullFloatAsZeroConverter
 
convert(Integer) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullIntegerAsZeroConverter
 
convert(Long) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullLongAsZeroConverter
 
convert(Short) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullShortAsZeroConverter
 
convert(String) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullStringAsEmptyConverter
 
convert(BigDecimal) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullBigDecimalAsZeroConverter
 
convert(BigInteger) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullBigIntegerAsZeroConverter
 
CONVERT_BACK - io.github.vipcxj.beanknife.runtime.utils.BeanUsage
 
convertBack(Byte) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullByteAsZeroConverter
 
convertBack(Double) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullDoubleAsZeroConverter
 
convertBack(Float) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullFloatAsZeroConverter
 
convertBack(Integer) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullIntegerAsZeroConverter
 
convertBack(Long) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullLongAsZeroConverter
 
convertBack(Short) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullShortAsZeroConverter
 
convertBack(String) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullStringAsEmptyConverter
 
convertBack(BigDecimal) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullBigDecimalAsZeroConverter
 
convertBack(BigInteger) - 类 中的方法io.github.vipcxj.beanknife.runtime.converters.NullBigIntegerAsZeroConverter
 
convertBack(ToType) - 接口 中的方法io.github.vipcxj.beanknife.runtime.PropertyConverter
 
copyConstructor() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The access type of the copy constructor.
createAndWriteBackMethod() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
Generate a create-and-write-back method.

D

DEFAULT - io.github.vipcxj.beanknife.runtime.annotations.Access
 
DEFAULT_PRIORITY - 接口 中的静态变量io.github.vipcxj.beanknife.runtime.spi.BeanProvider
 
dest() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UseAnnotation
 
Dynamic - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
The property annotated by this annotation is the dynamic property, which means the property value is calculated when the getter method is called.

E

emptyConstructor() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The access type of the empty constructor.
errorMethods() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewErrors
 
errorMethods() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
Used to control whether to add the error methods.
excludePattern() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.Flatten
 
excludePattern() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The regex pattern of the excluded properties.
excludes() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.Flatten
 
excludes() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The excluded properties.
extendsType() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The super class of the generated class.
ExtraParam - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 

F

FIELD - io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
 
fieldsConstructor() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The access type of the field constructor.
Flatten - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
from() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UseAnnotation
 

G

GeneratedMeta - io.github.vipcxj.beanknife.runtime.annotations.internal中的注释类型
 
GeneratedView - io.github.vipcxj.beanknife.runtime.annotations.internal中的注释类型
 
genName() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The simple name of the generated class.
genPackage() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The package name of the generated class.
get(Class<T>, BeanUsage, Object) - 接口 中的方法io.github.vipcxj.beanknife.runtime.spi.BeanProvider
create or get a instance of the type.
get(Class<T>, BeanUsage, Object, boolean, boolean) - 枚举 中的方法io.github.vipcxj.beanknife.runtime.BeanProviders
 
getPriority() - 接口 中的方法io.github.vipcxj.beanknife.runtime.spi.BeanProvider
The priority.
getter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.MapViewProperty
The access type of the getter methods.
getter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.NewViewProperty
The access type of the getter methods.
getter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.OverrideViewProperty
The access type of the getter methods.
getter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewProperty
The access type of the getter methods.
GETTER - io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
 
getters() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The access type of the getter methods.
GLOBAL - io.github.vipcxj.beanknife.runtime.utils.CacheType
 

I

implementsTypes() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The interfaces implemented by the generated class.
includePattern() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.Flatten
 
includePattern() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The regex pattern of the included properties.
includes() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.Flatten
 
includes() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The included properties.
InjectProperty - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
Used to inject the property to the dynamic property method.
InjectSelf - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
Used in dynamic method property.
INSTANCE - io.github.vipcxj.beanknife.runtime.BeanProviders
 
io.github.vipcxj.beanknife.runtime - 程序包 io.github.vipcxj.beanknife.runtime
 
io.github.vipcxj.beanknife.runtime.annotations - 程序包 io.github.vipcxj.beanknife.runtime.annotations
 
io.github.vipcxj.beanknife.runtime.annotations.internal - 程序包 io.github.vipcxj.beanknife.runtime.annotations.internal
 
io.github.vipcxj.beanknife.runtime.converters - 程序包 io.github.vipcxj.beanknife.runtime.converters
 
io.github.vipcxj.beanknife.runtime.spi - 程序包 io.github.vipcxj.beanknife.runtime.spi
 
io.github.vipcxj.beanknife.runtime.utils - 程序包 io.github.vipcxj.beanknife.runtime.utils
 
isGeneratedMeta(Class<?>) - 类 中的静态方法io.github.vipcxj.beanknife.runtime.utils.Utils
 
isGeneratedView(Class<?>) - 类 中的静态方法io.github.vipcxj.beanknife.runtime.utils.Utils
 

L

LOCAL - io.github.vipcxj.beanknife.runtime.utils.CacheType
 

M

map() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.MapViewProperty
The property name being mapped.
MapViewProperty - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
ready to use in next release.
metaName() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The simple name of the generated meta class.
metaPackage() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The package name of the generated Meta class.

N

name() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.MapViewProperty
The property name.
nameMapper() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.Flatten
 
NewViewProperty - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
Used to add the new property to the generate class.
NONE - io.github.vipcxj.beanknife.runtime.annotations.Access
 
NONE - io.github.vipcxj.beanknife.runtime.utils.CacheType
 
NullBigDecimalAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullBigDecimalAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullBigDecimalAsZeroConverter
 
NullBigIntegerAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullBigIntegerAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullBigIntegerAsZeroConverter
 
NullByteAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullByteAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullByteAsZeroConverter
 
NullDoubleAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullDoubleAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullDoubleAsZeroConverter
 
NullFloatAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullFloatAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullFloatAsZeroConverter
 
NullIntegerAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullIntegerAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullIntegerAsZeroConverter
 
NullLongAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullLongAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullLongAsZeroConverter
 
NullNumberAsZero - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
a built-in converter to convert short, long, integer, float, double, byte, BigInteger or BigDecimal value to zero when it is null.
NullShortAsZeroConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullShortAsZeroConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullShortAsZeroConverter
 
NullStringAsEmpty - io.github.vipcxj.beanknife.runtime.converters中的注释类型
 
NullStringAsEmptyConverter - io.github.vipcxj.beanknife.runtime.converters中的类
 
NullStringAsEmptyConverter() - 类 的构造器io.github.vipcxj.beanknife.runtime.converters.NullStringAsEmptyConverter
 

O

of() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewMeta
 
override() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesExclude
 
override() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesExcludePattern
 
override() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesInclude
 
override() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesIncludePattern
 
OverrideViewProperty - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
Change a exist property.

P

packageName() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewMeta
The package of the generated class.
PRIVATE - io.github.vipcxj.beanknife.runtime.annotations.Access
 
PropertyConverter<FromType,​ToType> - io.github.vipcxj.beanknife.runtime中的接口
All type converter should implement this interface.
PROTECTED - io.github.vipcxj.beanknife.runtime.annotations.Access
 
proxies() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.internal.GeneratedMeta
 
PUBLIC - io.github.vipcxj.beanknife.runtime.annotations.Access
 

R

readConstructor() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The access type of the read constructor.
RemoveViewProperties - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
RemoveViewProperty - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 

S

SAME - io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
 
Self - io.github.vipcxj.beanknife.runtime.utils中的类
Refers to the class being annotated.
Self() - 类 的构造器io.github.vipcxj.beanknife.runtime.utils.Self
 
serializable() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
Whether the generated class should implement Serializable.
serialVersionUID() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
Specialize the serialVersionUID value of the Serializable.
setter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.MapViewProperty
The access type of the setter methods.
setter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.NewViewProperty
The access type of the setter methods.
setter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.OverrideViewProperty
The access type of the setter methods.
setter() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewProperty
The access type of the setter methods.
SETTER - io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
 
setters() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The access type of the setter methods.
support(Class<?>, BeanUsage) - 接口 中的方法io.github.vipcxj.beanknife.runtime.spi.BeanProvider
Test whether the type is supported by this provider.

T

TARGET_FIELD - io.github.vipcxj.beanknife.runtime.utils.AnnotationSource
 
TARGET_GETTER - io.github.vipcxj.beanknife.runtime.utils.AnnotationSource
 
TARGET_TYPE - io.github.vipcxj.beanknife.runtime.utils.AnnotationSource
 
targetClass() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.internal.GeneratedMeta
 
targetClass() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.internal.GeneratedView
 
toElementType() - 枚举 中的方法io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
 
toString() - 枚举 中的方法io.github.vipcxj.beanknife.runtime.annotations.Access
 
TYPE - io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
 

U

UNKNOWN - io.github.vipcxj.beanknife.runtime.annotations.Access
 
UnUseAnnotation - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
UnUseAnnotations - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
UseAnnotation - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
UseAnnotations - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
useDefaultBeanProvider() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
When initialize the configure bean instance, whether to use the default bean provider.
UsePropertyConverter - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
Used to specialize the converter.
UsePropertyConverters - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
Utils - io.github.vipcxj.beanknife.runtime.utils中的类
 
Utils() - 类 的构造器io.github.vipcxj.beanknife.runtime.utils.Utils
 

V

value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ExtraParam
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.InjectProperty
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.NewViewProperty
The property name.
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.OverrideViewProperty
The original property name.
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.RemoveViewProperties
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.RemoveViewProperty
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UnUseAnnotation
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UnUseAnnotations
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UseAnnotation
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UseAnnotations
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UsePropertyConverter
The converter type.
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.UsePropertyConverters
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewAccess
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewConfigureBeanCacheType
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewCopyConstructor
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewCreateAndWriteBackMethod
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewEmptyConstructor
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewErrorMethods
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewExtends
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewFieldsConstructor
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewGenNameMapper
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewGenPackage
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewGetters
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewImplements
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewMeta
The simple name of the generated class .
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewMetaNameMapper
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewMetaPackage
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewMetas
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
The targetType
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOfs
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesExclude
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesExcludePattern
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesExcludePatterns
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesExcludes
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesInclude
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesIncludePattern
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesIncludePatterns
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewPropertiesIncludes
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewReadConstructor
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewSerializable
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewSerialVersionUID
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewSetters
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewUseDefaultBeanProvider
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewWriteBackExclude
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewWriteBackExcludes
 
value() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewWriteBackMethod
 
valueOf(String) - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.annotations.Access
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.BeanProviders
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.AnnotationSource
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.BeanUsage
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.CacheType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.annotations.Access
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.BeanProviders
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.AnnotationDest
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.AnnotationSource
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.BeanUsage
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.vipcxj.beanknife.runtime.utils.CacheType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
ViewAccess - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewConfigureBeanCacheType - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewCopyConstructor - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewCreateAndWriteBackMethod - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewEmptyConstructor - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewErrorMethods - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewErrors - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewExtends - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewFieldsConstructor - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewGenNameMapper - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
The mapper of original class name to generated class name.
For example:
@ViewGenNameMapper("${name}Dto")
means the class Bean will generate class BeanDto, the class Apple will generate class AppleDto.
@ViewGenNameMapper("${config%Configure}Dto") means the config class BeanConfigure will generate class BeanDto, the config class AppleConfigure will generate class AppleDto.
The expression in '${}' works like shell variable.
ViewGenPackage - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewGetters - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewImplements - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewMeta - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
Used to generate the meta class.
ViewMetaNameMapper - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
The mapper of original class name to generated meta class name.
For example:
@ViewMetaNameMapper("${name}Meta")
means the class Bean will generate meta class BeanMeta, the class Apple will generate class AppleMeta.
@ViewMetaNameMapper("${config%Configure}Meta") means the config class BeanConfigure will generate class BeanMeta, the config class AppleConfigure will generate class AppleMeta.
The expression in '${}' works like shell variable.
ViewMetaPackage - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewMetas - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewOf - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
Used to generate the DTO type.
ViewOfs - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesExclude - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesExcludePattern - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesExcludePatterns - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesExcludes - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesInclude - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesIncludePattern - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesIncludePatterns - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewPropertiesIncludes - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewProperty - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
The same as OverrideViewProperty, But it is only used in the original class, so no value attribute to specialize the property name.
ViewReadConstructor - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewSerializable - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewSerialVersionUID - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewSetters - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewUseDefaultBeanProvider - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewWriteBackExclude - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewWriteBackExcludes - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 
ViewWriteBackMethod - io.github.vipcxj.beanknife.runtime.annotations中的注释类型
 

W

writeBackMethod() - 注释类型 中的方法io.github.vipcxj.beanknife.runtime.annotations.ViewOf
Generate a write-back method.
A B C D E F G I L M N O P R S T U V W 
所有类 所有程序包