Class AccountTypeConverter

  • All Implemented Interfaces:
    org.apache.johnzon.mapper.Converter<AccountType>, org.apache.johnzon.mapper.Converter.TypeAccess, org.apache.johnzon.mapper.MapperConverter

    public class AccountTypeConverter
    extends Object
    implements org.apache.johnzon.mapper.Converter<AccountType>, org.apache.johnzon.mapper.Converter.TypeAccess
    • Constructor Detail

      • AccountTypeConverter

        public AccountTypeConverter()
    • Method Detail

      • toString

        public String toString​(AccountType type)
        Specified by:
        toString in interface org.apache.johnzon.mapper.Converter<AccountType>
      • fromString

        public AccountType fromString​(String type)
        Specified by:
        fromString in interface org.apache.johnzon.mapper.Converter<AccountType>
      • type

        public Type type()
        Specified by:
        type in interface org.apache.johnzon.mapper.Converter.TypeAccess