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 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.
|
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 |
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, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, setPath, setRequired, setStatus, setValue
protected io.atlasmap.v2.StringList annotations
protected ModifierList modifiers
protected io.atlasmap.v2.StringList parameterizedTypes
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()
StringList
public void setAnnotations(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public ModifierList getModifiers()
ModifierList
public void setModifiers(ModifierList value)
value
- allowed object is
ModifierList
public io.atlasmap.v2.StringList getParameterizedTypes()
StringList
public void setParameterizedTypes(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public String getCanonicalClassName()
String
public void setCanonicalClassName(String value)
value
- allowed object is
String
public String getCollectionClassName()
String
public void setCollectionClassName(String value)
value
- allowed object is
String
public String getGetMethod()
String
public void setGetMethod(String value)
value
- allowed object is
String
public String getSetMethod()
String
public void setSetMethod(String value)
value
- allowed object is
String
public Boolean isPrimitive()
Boolean
public void setPrimitive(Boolean value)
value
- allowed object is
Boolean
public Boolean isSynthetic()
Boolean
public void setSynthetic(Boolean value)
value
- allowed object is
Boolean
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.