Interface | Description |
---|---|
CloseableService |
A closeable service to add instances of
Closeable that
are required to be closed. |
HeaderDelegateProvider<T> |
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String . |
MessageBodyWorkers |
An injectable interface providing lookup of
MessageBodyReader and
MessageBodyWriter instances. |
StringReader<T> |
Read a string value and convert to a Java type.
|
StringReaderProvider<T> |
Contract for a provider that supports the conversion of a string to a
Java type.
|
StringReaderWorkers |
An injectable interface providing lookup of
StringReader instances. |
Annotation Type | Description |
---|---|
StringReader.ValidateDefaultValue |
Declares whether validation of a default value should occur before any
value, default or otherwise, is actually required.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.