com.univocity.parsers.annotations
Annotation Type Trim
@Retention(value=RUNTIME)
@Inherited
@Target(value={FIELD,METHOD,ANNOTATION_TYPE})
public @interface Trim
Indicates the String value of a field must be trimmed using TrimConversion.
Commonly used for java beans processed using BeanProcessor and/or BeanWriterProcessor
- Author:
- uniVocity Software Pty Ltd - parsers@univocity.com
- See Also:
Conversion,
Conversions,
BeanProcessor,
BeanWriterProcessor
|
Optional Element Summary |
int |
length
|
length
public abstract int length
- Default:
- -1
Copyright © 2016 uniVocity Software Pty Ltd. All rights reserved.