@Singleton public static class ParamConverters.OptionalProvider extends Object implements ParamConverterProvider
param converter
that produce the OptionalInt, OptionalDouble
or OptionalLong instance.Constructor and Description |
---|
OptionalProvider() |
Modifier and Type | Method and Description |
---|---|
<T> ParamConverter<T> |
getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
public <T> ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
getConverter
in interface ParamConverterProvider
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.