Class CommentedValue.CommentedValueConverter<U>

java.lang.Object
org.jdrupes.httpcodec.types.CommentedValue.CommentedValueConverter<U>
All Implemented Interfaces:
Converter<CommentedValue<U>>
Enclosing class:
CommentedValue<U>

public static class CommentedValue.CommentedValueConverter<U> extends Object implements Converter<CommentedValue<U>>
  • Constructor Details

    • CommentedValueConverter

      public CommentedValueConverter(Converter<U> valueConverter)
      Creates a new converter with the given value converter.
      Parameters:
      valueConverter - the value converter
  • Method Details