public class OtclCommandDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OtclCommandDto.Builder
The Class Builder.
|
static class |
OtclCommandDto.CollectionDescriptor
The Enum CollectionDescriptor.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,OtclCommandDto> |
children
The children.
|
OtclCommandDto.CollectionDescriptor |
collectionDescriptor
The collection descriptor.
|
Class<?> |
concreteType
The concrete type.
|
String |
concreteTypeName
The concrete type name.
|
Class<?> |
declaringClass
The declaring class.
|
boolean |
enableFactoryHelperGetter
The enable factory helper getter.
|
boolean |
enableFactoryHelperSetter
The enable factory helper setter.
|
OtclConstants.TARGET_SOURCE |
enumTargetSource
The enum target source.
|
Field |
field
The field.
|
String |
fieldName
The field name.
|
Class<?> |
fieldType
The field type.
|
String |
getter
The getter.
|
boolean |
hasCollectionNotation
The has collection notation.
|
boolean |
hasMapNotation
The has map notation.
|
boolean |
isGetterInitialized
The is getter initialized.
|
boolean |
isRootNode
The is root node.
|
boolean |
isSetterInitialized
The is setter initialized.
|
String |
mapKeyConcreteType
The map key concrete type.
|
String |
mapValueConcreteType
The map value concrete type.
|
String |
otclToken
The otcl token.
|
int |
otclTokenIndex
The otcl token index.
|
OtclCommandDto |
parent
The parent.
|
String |
setter
The setter.
|
String |
tokenPath
The token path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(OtclCommandDto otclCommandDto)
Adds the child.
|
boolean |
equals(Object obj)
Equals.
|
int |
hashCode()
Hash code.
|
boolean |
isArray()
Checks if is array.
|
boolean |
isCollection()
Checks if is collection.
|
boolean |
isCollectionMember()
Checks if is collection member.
|
boolean |
isCollectionOrMap()
Checks if is collection or map.
|
boolean |
isCollectionOrMapMember()
Checks if is collection or map member.
|
boolean |
isEnum()
Checks if is enum.
|
boolean |
isMap()
Checks if is map.
|
boolean |
isMapKey()
Checks if is map key.
|
boolean |
isMapMember()
Checks if is map member.
|
boolean |
isMapValue()
Checks if is map value.
|
boolean |
isNormal()
Checks if is normal.
|
static OtclCommandDto.Builder |
newBuilder()
New builder.
|
String |
toString()
To string.
|
public String tokenPath
public OtclConstants.TARGET_SOURCE enumTargetSource
public String otclToken
public int otclTokenIndex
public boolean isRootNode
public boolean hasCollectionNotation
public boolean hasMapNotation
public OtclCommandDto.CollectionDescriptor collectionDescriptor
public String concreteTypeName
public String mapKeyConcreteType
public String mapValueConcreteType
public String fieldName
public Field field
public boolean enableFactoryHelperGetter
public boolean enableFactoryHelperSetter
public boolean isGetterInitialized
public boolean isSetterInitialized
public String getter
public String setter
public Class<?> fieldType
public Class<?> concreteType
public Class<?> declaringClass
public OtclCommandDto parent
public Map<String,OtclCommandDto> children
public static OtclCommandDto.Builder newBuilder()
public void addChild(OtclCommandDto otclCommandDto)
otclCommandDto - the otcl command dtopublic boolean isEnum()
public boolean isNormal()
public boolean isCollectionOrMap()
public boolean isCollection()
public boolean isArray()
public boolean isCollectionOrMapMember()
public boolean isCollectionMember()
public boolean isMap()
public boolean isMapKey()
public boolean isMapValue()
public boolean isMapMember()
public String toString()
Copyright © 2021. All rights reserved.