Annotation Type MappedTypes
The annotation that specify java types to map
TypeHandler.
How to use:
@MappedTypes(String.class)
public class StringTrimmingTypeHandler implements TypeHandler<String> {
// ...
}
-
Required Element Summary
Required Elements
-
Element Details
-
value
-