@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) @Repeatable(value=CopyBookFieldFormats.class) public @interface CopyBookFieldFormat
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends TypeConverter> |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue |
String |
errorValue |
String |
format |
char |
nullFillerChar |
char |
paddingChar |
boolean |
rightPadding |
CopyBookFieldSigningType |
signingType |
public abstract Class<? extends TypeConverter> type
public abstract CopyBookFieldSigningType signingType
public abstract String defaultValue
public abstract String errorValue
public abstract String format
Copyright © 2016. All rights reserved.