public class Rectangle2DDoubleHandler extends AbstractBodyDecoderHandler
| Modifier and Type | Field and Description |
|---|---|
static Decoder<java.awt.geom.Rectangle2D.Double> |
DECODER |
elementNameobjectTL, refTLobject, refId| Constructor and Description |
|---|
Rectangle2DDoubleHandler() |
| Modifier and Type | Method and Description |
|---|---|
DeserializationHandler |
clone()
Clones this handler.
|
Decoder<?> |
getBodyDecoder()
Called when body data is encountered in this tag or a sub-tag.
|
boolean |
supportsNestedElements()
Return true if the element type that you're parsing can have nested elements, or false if you're a singleton
element.
|
createNoBodyObject, endElement, getElementName, onBody, startElementgetObject, getRefId, setObject, setRefIdendObject, endSubElement, startSubElementpublic static Decoder<java.awt.geom.Rectangle2D.Double> DECODER
public Decoder<?> getBodyDecoder()
DeserializationHandlerDeserializationHandler.onBody(Object)public boolean supportsNestedElements()
DeserializationHandlerReturn true if the element type that you're parsing can have nested elements, or false if you're a singleton element. If you return true, you need to implement clone().
Note As of Ignition 7.6.5 with support for multi-deserialization, you should also return true from this and implement clone() if your return object is mutable, otherwise instances may be shared amongst multi-deserialized objects.
supportsNestedElements in interface DeserializationHandlersupportsNestedElements in class AbstractBodyDecoderHandlerpublic DeserializationHandler clone()
DeserializationHandlerclone in interface DeserializationHandlerclone in class AbstractBodyDecoderHandler