it.avutils.jmapper.annotations
Annotation Type JMapConversion
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JMapConversion
JMapConversion is the annotation that permits to define a conversion between two fields.
- Author:
- Alessandro Vurro
from
public abstract String[] from
- Default:
- "all"
to
public abstract String[] to
- Default:
- "all"
type
public abstract JMapConversion.Type type
- Default:
- it.avutils.jmapper.annotations.JMapConversion.Type.STATIC
Copyright © 2013. All Rights Reserved.