public class MConfigDeserializer extends MPropertyBasedDeserializer
contextStack, subMap, subs, supportedTypeNames
Constructor and Description |
---|
MConfigDeserializer(MApp app) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
readAnySupportedType(java.lang.String typeName)
readAny method comment.
|
protected java.lang.Object |
readConfig() |
java.lang.String |
toString()
Returns a String that represents the value of this object.
|
deserialize, getOptionalBoolean, getOptionalBytes, getOptionalInteger, getOptionalString, getPropertyCount, getRequiredBoolean, getRequiredBytes, getRequiredInteger, getRequiredString, internalRead, isTypeSupported, readAllOf, readAllOf, readAllOfFrom, readAllOfFrom, readAny, readFirstOf, readFirstOf, readNthOf, readNthOf, readOptional, readOptional, registerSubDeserializer
finalize, getCurrentObjectName, getCurrentProperties, getCurrentRootPath, getCurrentTypeName, getSupportedTypeNames, raiseError, raiseError, registerSubProcessor
public MConfigDeserializer(MApp app)
protected java.lang.Object readAnySupportedType(java.lang.String typeName) throws MException
readAnySupportedType
in class MPropertyBasedDeserializer
MException
protected java.lang.Object readConfig() throws MException
MException
public java.lang.String toString()
toString
in class MPropertyBasedProcessor