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
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StringList
protected String
protected String
protected String
protected String
protected ModifierList
protected StringList
protected Boolean
protected String
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the annotations property.Gets the value of the canonicalClassName property.Gets the value of the className property.Gets the value of the collectionClassName property.Gets the value of the getMethod property.Gets the value of the modifiers property.Gets the value of the parameterizedTypes property.Gets the value of the setMethod property.int
hashCode()
Gets the value of the primitive property.Gets the value of the synthetic property.void
setAnnotations
(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
(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.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 Details
-
annotations
-
modifiers
-
parameterizedTypes
-
className
-
canonicalClassName
-
collectionClassName
-
getMethod
-
setMethod
-
primitive
-
synthetic
-
-
Constructor Details
-
JavaField
public JavaField()
-
-
Method Details
-
getAnnotations
Gets the value of the annotations property.- Returns:
- possible object is
StringList
-
setAnnotations
Sets the value of the annotations property.- Parameters:
value
- allowed object isStringList
-
getModifiers
Gets the value of the modifiers property.- Returns:
- possible object is
ModifierList
-
setModifiers
Sets the value of the modifiers property.- Parameters:
value
- allowed object isModifierList
-
getParameterizedTypes
Gets the value of the parameterizedTypes property.- Returns:
- possible object is
StringList
-
setParameterizedTypes
Sets the value of the parameterizedTypes property.- Parameters:
value
- allowed object isStringList
-
getClassName
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value
- allowed object isString
-
getCanonicalClassName
Gets the value of the canonicalClassName property.- Returns:
- possible object is
String
-
setCanonicalClassName
Sets the value of the canonicalClassName property.- Parameters:
value
- allowed object isString
-
getCollectionClassName
Gets the value of the collectionClassName property.- Returns:
- possible object is
String
-
setCollectionClassName
Sets the value of the collectionClassName property.- Parameters:
value
- allowed object isString
-
getGetMethod
Gets the value of the getMethod property.- Returns:
- possible object is
String
-
setGetMethod
Sets the value of the getMethod property.- Parameters:
value
- allowed object isString
-
getSetMethod
Gets the value of the setMethod property.- Returns:
- possible object is
String
-
setSetMethod
Sets the value of the setMethod property.- Parameters:
value
- allowed object isString
-
isPrimitive
Gets the value of the primitive property.- Returns:
- possible object is
Boolean
-
setPrimitive
Sets the value of the primitive property.- Parameters:
value
- allowed object isBoolean
-
isSynthetic
Gets the value of the synthetic property.- Returns:
- possible object is
Boolean
-
setSynthetic
Sets the value of the synthetic property.- Parameters:
value
- allowed object isBoolean
-
equals
-
hashCode
public int hashCode()
-