Package io.atlasmap.json.v2
Class JsonField
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.json.v2.JsonField
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsonComplexType
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the typeName property.int
hashCode()
Gets the value of the primitive property.Gets the value of the userCreated property.void
setPrimitive
(Boolean value) Sets the value of the primitive property.void
setTypeName
(String value) Sets the value of the typeName property.void
setUserCreated
(Boolean value) Sets the value of the userCreated 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
-
primitive
-
typeName
-
userCreated
-
-
Constructor Details
-
JsonField
public JsonField()
-
-
Method Details
-
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
-
getTypeName
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
Sets the value of the typeName property.- Parameters:
value
- allowed object isString
-
isUserCreated
Gets the value of the userCreated property.- Returns:
- possible object is
Boolean
-
setUserCreated
Sets the value of the userCreated property.- Parameters:
value
- allowed object isBoolean
-
equals
-
hashCode
public int hashCode()
-