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
public class JsonField extends io.atlasmap.v2.Field implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetTypeName()Gets the value of the typeName property.inthashCode()BooleanisPrimitive()Gets the value of the primitive property.BooleanisUserCreated()Gets the value of the userCreated property.voidsetPrimitive(Boolean value)Sets the value of the primitive property.voidsetTypeName(String value)Sets the value of the typeName property.voidsetUserCreated(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
-
-
-
-
Method Detail
-
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
-
getTypeName
public String getTypeName()
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
public void setTypeName(String value)
Sets the value of the typeName property.- Parameters:
value- allowed object isString
-
isUserCreated
public Boolean isUserCreated()
Gets the value of the userCreated property.- Returns:
- possible object is
Boolean
-
setUserCreated
public void setUserCreated(Boolean value)
Sets the value of the userCreated property.- Parameters:
value- allowed object isBoolean
-
-