Summer.Batch.Core.Converter DefaultJobParametersConverter em C# (CSharp) - 4 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Summer.Batch.Core.Converter.DefaultJobParametersConverter em C# (CSharp) extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
Converter for JobParameters instances using a simple naming convention for property keys. Key names that are prefixed with a '-' are considered non-identifying and will not contribute to the identity of a JobInstance. Key names ending with "<type>" where type is one of string, date, long are converted to the corresponding type. The default type is string. E.g. schedule.date(date)=2007/12/11 department.id(long)=2345 The literal values are converted to the correct type using the default strategies, augmented if necessary by the custom editors provided. If you need to be able to parse and format local-specific dates and numbers, you can inject formatters (NumberStyles,LongNumberStyles,NumberFormat,DecimalFormat)