Class OffsetTimeParamConverter
java.lang.Object
org.jboss.resteasy.reactive.server.core.parameters.converters.TemporalParamConverter<OffsetTime>
org.jboss.resteasy.reactive.server.core.parameters.converters.OffsetTimeParamConverter
- All Implemented Interfaces:
ParameterConverter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.jboss.resteasy.reactive.server.core.parameters.converters.TemporalParamConverter
TemporalParamConverter.TemporalSupplier<T extends TemporalParamConverter<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OffsetTimeprotected OffsetTimeconvert(String value, DateTimeFormatter formatter) Methods inherited from class org.jboss.resteasy.reactive.server.core.parameters.converters.TemporalParamConverter
convert, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverter
isForSingleObjectContainer
-
Constructor Details
-
OffsetTimeParamConverter
public OffsetTimeParamConverter() -
OffsetTimeParamConverter
-
-
Method Details
-
convert
- Specified by:
convertin classTemporalParamConverter<OffsetTime>
-
convert
- Specified by:
convertin classTemporalParamConverter<OffsetTime>
-