Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 879 Bytes

File metadata and controls

20 lines (13 loc) · 879 Bytes

RefStringHeader

RefStringHeader.java

public class RefStringHeader extends StringHeader

A class (extended from the $ref class) that contains necessary nested header classes

  • a class that extends SchemaHeader/ContentHeader and is used to deserialize header content

Nested Class Summary

Modifier and Type Class and Description
static class RefStringHeader.RefStringHeader1
class that deserializes header value

RefStringHeader1

public static class RefStringHeader1 extends StringHeader

a class that deserializes header, extended from the $ref class

[Back to top] [Back to Component Headers] [Back to README]