com.univocity.parsers.annotations
Annotation Type LowerCase


@Retention(value=RUNTIME)
@Inherited
@Target(value={FIELD,METHOD,ANNOTATION_TYPE})
public @interface LowerCase

Indicates the String value of a field must be converted to lower case using LowerCaseConversion.

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



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.