|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Constant class for common deserialization properties.
GraphMLParseContext.getDeserializationProperty(Object)| Field Summary | |
static java.lang.String |
IGNORE_MISSING_DESERIALIZER
Specifies the handling of missing deserializer. |
static java.lang.String |
READ_Z_ORDER
Specifies if the z-order for graph elements shall be deserialized. |
| Fields inherited from interface y.io.graphml.input.DeserializationProperties |
CURRENT_SCOPE, GRAPHML_CORE_NAMESPACE, IGNORE_PORTS, IGNORE_RESOURCE_ERRORS, IGNORE_UNKNOWN_REALIZERS |
| Field Detail |
public static final java.lang.String IGNORE_MISSING_DESERIALIZER
If that property is set to true, elements for which no DeserializationHandlers
are registered are parsed by the FallbackDeserializer.
Otherwise, a DeserializationNotSupportedException is thrown.
Default value is true.
public static final java.lang.String READ_Z_ORDER
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||