Package io.atlasmap.java.v2
Class JavaField
- java.lang.Object
-
- io.atlasmap.v2.Field
-
- io.atlasmap.java.v2.JavaField
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JavaClass
public class JavaField extends io.atlasmap.v2.Field implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected io.atlasmap.v2.StringListannotationsprotected StringcanonicalClassNameprotected StringclassNameprotected StringcollectionClassNameprotected StringgetMethodprotected ModifierListmodifiersprotected io.atlasmap.v2.StringListparameterizedTypesprotected Booleanprimitiveprotected StringsetMethodprotected Booleansynthetic
-
Constructor Summary
Constructors Constructor Description JavaField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)io.atlasmap.v2.StringListgetAnnotations()Gets the value of the annotations property.StringgetCanonicalClassName()Gets the value of the canonicalClassName property.StringgetClassName()Gets the value of the className property.StringgetCollectionClassName()Gets the value of the collectionClassName property.StringgetGetMethod()Gets the value of the getMethod property.ModifierListgetModifiers()Gets the value of the modifiers property.io.atlasmap.v2.StringListgetParameterizedTypes()Gets the value of the parameterizedTypes property.StringgetSetMethod()Gets the value of the setMethod property.inthashCode()BooleanisPrimitive()Gets the value of the primitive property.BooleanisSynthetic()Gets the value of the synthetic property.voidsetAnnotations(io.atlasmap.v2.StringList value)Sets the value of the annotations property.voidsetCanonicalClassName(String value)Sets the value of the canonicalClassName property.voidsetClassName(String value)Sets the value of the className property.voidsetCollectionClassName(String value)Sets the value of the collectionClassName property.voidsetGetMethod(String value)Sets the value of the getMethod property.voidsetModifiers(ModifierList value)Sets the value of the modifiers property.voidsetParameterizedTypes(io.atlasmap.v2.StringList value)Sets the value of the parameterizedTypes property.voidsetPrimitive(Boolean value)Sets the value of the primitive property.voidsetSetMethod(String value)Sets the value of the setMethod property.voidsetSynthetic(Boolean value)Sets the value of the synthetic property.-
Methods inherited from class io.atlasmap.v2.Field
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
-
-
-
-
Field Detail
-
annotations
protected io.atlasmap.v2.StringList annotations
-
modifiers
protected ModifierList modifiers
-
parameterizedTypes
protected io.atlasmap.v2.StringList parameterizedTypes
-
className
protected String className
-
canonicalClassName
protected String canonicalClassName
-
collectionClassName
protected String collectionClassName
-
getMethod
protected String getMethod
-
setMethod
protected String setMethod
-
primitive
protected Boolean primitive
-
synthetic
protected Boolean synthetic
-
-
Method Detail
-
getAnnotations
public io.atlasmap.v2.StringList getAnnotations()
Gets the value of the annotations property.- Returns:
- possible object is
StringList
-
setAnnotations
public void setAnnotations(io.atlasmap.v2.StringList value)
Sets the value of the annotations property.- Parameters:
value- allowed object isStringList
-
getModifiers
public ModifierList getModifiers()
Gets the value of the modifiers property.- Returns:
- possible object is
ModifierList
-
setModifiers
public void setModifiers(ModifierList value)
Sets the value of the modifiers property.- Parameters:
value- allowed object isModifierList
-
getParameterizedTypes
public io.atlasmap.v2.StringList getParameterizedTypes()
Gets the value of the parameterizedTypes property.- Returns:
- possible object is
StringList
-
setParameterizedTypes
public void setParameterizedTypes(io.atlasmap.v2.StringList value)
Sets the value of the parameterizedTypes property.- Parameters:
value- allowed object isStringList
-
getClassName
public String getClassName()
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
public void setClassName(String value)
Sets the value of the className property.- Parameters:
value- allowed object isString
-
getCanonicalClassName
public String getCanonicalClassName()
Gets the value of the canonicalClassName property.- Returns:
- possible object is
String
-
setCanonicalClassName
public void setCanonicalClassName(String value)
Sets the value of the canonicalClassName property.- Parameters:
value- allowed object isString
-
getCollectionClassName
public String getCollectionClassName()
Gets the value of the collectionClassName property.- Returns:
- possible object is
String
-
setCollectionClassName
public void setCollectionClassName(String value)
Sets the value of the collectionClassName property.- Parameters:
value- allowed object isString
-
getGetMethod
public String getGetMethod()
Gets the value of the getMethod property.- Returns:
- possible object is
String
-
setGetMethod
public void setGetMethod(String value)
Sets the value of the getMethod property.- Parameters:
value- allowed object isString
-
getSetMethod
public String getSetMethod()
Gets the value of the setMethod property.- Returns:
- possible object is
String
-
setSetMethod
public void setSetMethod(String value)
Sets the value of the setMethod property.- Parameters:
value- allowed object isString
-
isPrimitive
public Boolean isPrimitive()
Gets the value of the primitive property.- Returns:
- possible object is
Boolean
-
setPrimitive
public void setPrimitive(Boolean value)
Sets the value of the primitive property.- Parameters:
value- allowed object isBoolean
-
isSynthetic
public Boolean isSynthetic()
Gets the value of the synthetic property.- Returns:
- possible object is
Boolean
-
setSynthetic
public void setSynthetic(Boolean value)
Sets the value of the synthetic property.- Parameters:
value- allowed object isBoolean
-
-