See: Description
| Interface | Description |
|---|---|
| Closure<T> |
Closure interface.
|
| Producer<T> |
This interface extends
Callable interface but removes the
exception from call declaration. |
| Class | Description |
|---|---|
| Closing |
A helper class to aid the closing of
InputStream. |
| ExceptionUtils |
The Exception Utils class provide utility method for exception handling.
|
| ExtendedLogger |
Logger extension with additional logging utility & convenience methods.
|
| JdkVersion |
JDK Version related utilities.
|
| JerseyPublisher<T> |
Implementation of
Flow.Publisher corresponding to reactive streams specification. |
| JerseyPublisher.SubscriberWrapper<T> | |
| LazyUid |
Lazily initialized, thread-safe, random UUID.
|
| Pretty |
Utility class to print the variety of types, useful in
toString method. |
| PropertiesHelper |
Helper class containing convenience methods for reading
org.glassfish.jersey.server.ResourceConfig and Configuration properties. |
| ReflectionHelper |
Utility methods for Java reflection.
|
| ReflectionHelper.DeclaringClassInterfacePair |
A tuple consisting of a concrete class and a declaring class that declares a
generic interface type.
|
| SaxHelper |
Common helper methods for SAX parsers.
|
| SimpleNamespaceResolver |
Simple namespace resolver which resolves one predefined namespace.
|
| Tokenizer |
A utility class providing methods capable of splitting String entries
into an array of tokens based on either default or custom token delimiters.
|
| Enum | Description |
|---|---|
| JerseyPublisher.PublisherStrategy |
| Annotation Type | Description |
|---|---|
| PropertiesClass |
Marker annotation for property classes.
|
| Property |
Marker annotation for static fields that represent property names.
|
| PropertyAlias |
Marker annotation for static fields that represent property name aliases.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.