@Retention(value=RUNTIME) @Target(value=FIELD) @Inherited @Documented public @interface Converter
PropertyValueConverter
for the property
generated using bean property introspection.BeanIntrospector
Modifier and Type | Optional Element and Description |
---|---|
Converter.BUILTIN |
builtin
Use one of the
Converter.BUILTIN available converters. |
Class<? extends PropertyValueConverter> |
value
Get the
PropertyValueConverter class to use for the generated Property . |
public abstract Class<? extends PropertyValueConverter> value
PropertyValueConverter
class to use for the generated Property
.
The specified class must provide a default empty constructor.
public abstract Converter.BUILTIN builtin
Converter.BUILTIN
available converters.Converter.BUILTIN.NONE
indicates no value.Copyright © 2018 The Holon Platform. All rights reserved.