Partager via


VoidVariableContextVariableTypeConverter Class

public class VoidVariableContextVariableTypeConverter
extends ContextVariableTypeConverter<java.lang.Void>

A ContextVariableTypeConverter<T> for java.lang.Void types. Use ContextVariableTypes.getGlobalVariableTypeForClass(Void.class) to get an instance of this class.

Constructor Summary

Constructor Description
VoidVariableContextVariableTypeConverter()

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

VoidVariableContextVariableTypeConverter

public VoidVariableContextVariableTypeConverter()

Creates a new instance of the VoidVariableContextVariableTypeConverter class.

Applies to