Share via


DateTimeContextVariableTypeConverter Class

public class DateTimeContextVariableTypeConverter
extends ContextVariableTypeConverter<java.time.OffsetDateTime>

A ContextVariableTypeConverter<T> for java.time.OffsetDateTime variables. Use ContextVariableTypes.getGlobalVariableTypeForClass(OffsetDateTime.class) to get an instance of this class.

Constructor Summary

Constructor Description
DateTimeContextVariableTypeConverter()

Creates a new instance of the DateTimeContextVariableTypeConverter class.

Methods inherited from ContextVariableTypeConverter

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

DateTimeContextVariableTypeConverter

public DateTimeContextVariableTypeConverter()

Creates a new instance of the DateTimeContextVariableTypeConverter class.

Applies to