public class JavaField extends io.atlasmap.v2.Field implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected io.atlasmap.v2.StringList |
annotations |
protected String |
canonicalClassName |
protected String |
className |
protected String |
collectionClassName |
protected String |
getMethod |
protected ModifierList |
modifiers |
protected String |
name |
protected io.atlasmap.v2.StringList |
parameterizedTypes |
protected Boolean |
primitive |
protected String |
setMethod |
protected Boolean |
synthetic |
| Constructor and Description |
|---|
JavaField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
io.atlasmap.v2.StringList |
getAnnotations()
Gets the value of the annotations property.
|
String |
getCanonicalClassName()
Gets the value of the canonicalClassName property.
|
String |
getClassName()
Gets the value of the className property.
|
String |
getCollectionClassName()
Gets the value of the collectionClassName property.
|
String |
getGetMethod()
Gets the value of the getMethod property.
|
ModifierList |
getModifiers()
Gets the value of the modifiers property.
|
String |
getName()
Gets the value of the name property.
|
io.atlasmap.v2.StringList |
getParameterizedTypes()
Gets the value of the parameterizedTypes property.
|
String |
getSetMethod()
Gets the value of the setMethod property.
|
int |
hashCode() |
Boolean |
isPrimitive()
Gets the value of the primitive property.
|
Boolean |
isSynthetic()
Gets the value of the synthetic property.
|
void |
setAnnotations(io.atlasmap.v2.StringList value)
Sets the value of the annotations property.
|
void |
setCanonicalClassName(String value)
Sets the value of the canonicalClassName property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setCollectionClassName(String value)
Sets the value of the collectionClassName property.
|
void |
setGetMethod(String value)
Sets the value of the getMethod property.
|
void |
setModifiers(ModifierList value)
Sets the value of the modifiers property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParameterizedTypes(io.atlasmap.v2.StringList value)
Sets the value of the parameterizedTypes property.
|
void |
setPrimitive(Boolean value)
Sets the value of the primitive property.
|
void |
setSetMethod(String value)
Sets the value of the setMethod property.
|
void |
setSynthetic(Boolean value)
Sets the value of the synthetic property.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValueprotected io.atlasmap.v2.StringList annotations
protected ModifierList modifiers
protected io.atlasmap.v2.StringList parameterizedTypes
protected String name
protected String className
protected String canonicalClassName
protected String collectionClassName
protected String getMethod
protected String setMethod
protected Boolean primitive
protected Boolean synthetic
public io.atlasmap.v2.StringList getAnnotations()
StringListpublic void setAnnotations(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic ModifierList getModifiers()
ModifierListpublic void setModifiers(ModifierList value)
value - allowed object is
ModifierListpublic io.atlasmap.v2.StringList getParameterizedTypes()
StringListpublic void setParameterizedTypes(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic String getName()
getName in class io.atlasmap.v2.FieldStringpublic void setName(String value)
setName in class io.atlasmap.v2.Fieldvalue - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getCanonicalClassName()
Stringpublic void setCanonicalClassName(String value)
value - allowed object is
Stringpublic String getCollectionClassName()
Stringpublic void setCollectionClassName(String value)
value - allowed object is
Stringpublic String getGetMethod()
Stringpublic void setGetMethod(String value)
value - allowed object is
Stringpublic String getSetMethod()
Stringpublic void setSetMethod(String value)
value - allowed object is
Stringpublic Boolean isPrimitive()
Booleanpublic void setPrimitive(Boolean value)
value - allowed object is
Booleanpublic Boolean isSynthetic()
Booleanpublic void setSynthetic(Boolean value)
value - allowed object is
BooleanCopyright © 2021 JBoss by Red Hat. All rights reserved.