Interface DataStringCodec<T>

All Superinterfaces:
IllegalArgumentCodec<String,T>
All Known Implementing Classes:
AbstractDataStringCodec, AbstractIntegerStringCodec, BinaryStringCodec, BitsStringCodec, BooleanStringCodec, DecimalStringCodec, EnumStringCodec, StringStringCodec, TypeDefinitionAwareCodec

public interface DataStringCodec<T> extends IllegalArgumentCodec<String,T>
  • Method Details

    • getInputClass

      @NonNull Class<T> getInputClass()