ContextVariableTypeConverter.NoopConverter<T> Class

Type Parameters

T

the type of the context variable

public static class ContextVariableTypeConverter.NoopConverter<T>
extends ContextVariableTypeConverter<T>

A converter that does no conversion. This converter is often used as a default when no other converter can be found for the type.

Constructor Summary

Constructor Description
NoopConverter(Class<T> clazz)

Create a new noop converter.

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

NoopConverter

public NoopConverter(Class clazz)

Create a new noop converter.

Parameters:

clazz - the class of the type

Applies to