Modifier and Type | Method | Description |
---|---|---|
CommandLine.Model.ITypeInfo |
CommandLine.Model.IAnnotatedElement.getTypeInfo() |
|
CommandLine.Model.ITypeInfo |
CommandLine.Model.ArgGroupSpec.Builder.typeInfo() |
Returns the type info for the annotated program element associated with this group.
|
CommandLine.Model.ITypeInfo |
CommandLine.Model.ArgGroupSpec.typeInfo() |
Returns the type info for the annotated program element associated with this group.
|
CommandLine.Model.ITypeInfo |
CommandLine.Model.ArgSpec.typeInfo() |
Returns the
ITypeInfo that can be used both at compile time (by annotation processors) and at runtime. |
Modifier and Type | Method | Description |
---|---|---|
List<CommandLine.Model.ITypeInfo> |
CommandLine.Model.ITypeInfo.getAuxiliaryTypeInfos() |
Returns type information of components or elements of a
multivalue type. |
Modifier and Type | Method | Description |
---|---|---|
CommandLine.Model.ArgGroupSpec.Builder |
CommandLine.Model.ArgGroupSpec.Builder.typeInfo(CommandLine.Model.ITypeInfo newValue) |
Sets the type info for the annotated program element associated with this group, and returns this builder.
|
Copyright © 2017–2019. All rights reserved.