Class ContextVariableTypeConverter.NoopConverter<T>

  • Type Parameters:
    T - the type of the context variable
    Enclosing class:
    ContextVariableTypeConverter<T>

    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 Detail

      • NoopConverter

        public NoopConverter​(Class<T> clazz)
        Create a new noop converter.
        Parameters:
        clazz - the class of the type