@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AnonymousPropertyHandling
HectorObjectMapper for details.| Modifier and Type | Required Element and Description |
|---|---|
String |
adder |
String |
getter |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Serializer> |
serializer
The optional
Serializer to use when converting anonymous property value to/from
byte[]. |
Class<?> |
type
The type of the anonymous property values.
|
public abstract String adder
public abstract String getter
public abstract Class<?> type
public abstract Class<? extends Serializer> serializer
Serializer to use when converting anonymous property value to/from
byte[]. If not specified, BytesArraySerializer is used.Copyright © 2014. All Rights Reserved.