| Package | Description |
|---|---|
| jakarta.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
| org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ParamConverter<T> |
ParamConverterProvider.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations)
Obtain a
ParamConverter that can provide from/to string conversion for an instance of a particular Java type. |
| Modifier and Type | Method and Description |
|---|---|
<T> ParamConverter<T> |
ParamConverterFactory.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.StringConstructor.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.TypeValueOf.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.TypeFromString.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.TypeFromStringEnum.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.CharacterProvider.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.DateProvider.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.OptionalCustomProvider.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.OptionalProvider.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
<T> ParamConverter<T> |
ParamConverters.AggregatedProvider.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.