@Target(value={FIELD,ANNOTATION_TYPE}) @Documented @Retention(value=RUNTIME) public @interface ValueConverter
PropertyValueConverter
to read/write the property. AliasFor
.
The target PropertyValueConverter
is typically provided via a converter
factory
.
Consult the store-specific documentation for details and support notes.
PropertyValueConverter
,
PropertyValueConverterFactory
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends PropertyValueConverter> |
value
The
PropertyValueConverter type handling the value conversion of the annotated property. |
public abstract Class<? extends PropertyValueConverter> value
PropertyValueConverter
type handling the value conversion of the annotated property.PropertyValueConverter
. PropertyValueConverter.ObjectToObjectPropertyValueConverter
by default.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.