Partager via


InstantContextVariableTypeConverter Class

public class InstantContextVariableTypeConverter
extends ContextVariableTypeConverter<java.time.Instant>

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

Constructor Summary

Constructor Description
InstantContextVariableTypeConverter()

Creates a new instance of the InstantContextVariableTypeConverter 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

InstantContextVariableTypeConverter

public InstantContextVariableTypeConverter()

Creates a new instance of the InstantContextVariableTypeConverter class.

Applies to