Condividi tramite


HeaderCollection Interface

Implements

public interface HeaderCollection
implements Annotation

Annotation on a deserialized header type that indicates that the property should be treated as a header collection with the provided prefix.

Method Summary

Modifier and Type Method and Description
abstract String value()

The header collection prefix.

Method Details

value

public abstract String value()

The header collection prefix.

Returns:

The header collection prefix

Applies to