Class ListQueryUnmarshaller

    • Constructor Detail

      • ListQueryUnmarshaller

        public ListQueryUnmarshaller()
    • Method Detail

      • unmarshall

        public List<?> unmarshall​(QueryUnmarshallerContext context,
                                  List<XmlElement> content,
                                  SdkField<List<?>> field)
        Specified by:
        unmarshall in interface QueryUnmarshaller<List<?>>
        Parameters:
        context - Context containing dependencies and unmarshaller registry.
        content - Parsed JSON content of body. May be null for REST JSON based services that don't have payload members.
        field - SdkField of member being unmarshalled.
        Returns:
        Unmarshalled value.