Interface Converter<T>

All Known Implementing Classes:
BooleanConverter, CharacterConverter, ConstructorBasedConverter, FromBasedConverter, FromStringBasedConverter, ValueOfBasedConverter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Converter<T>
The converter interface to convert Strings to Objects.
Author:
Clement Escoffier invalid input: '<'[email protected]>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • fromString

      T fromString(String s)