Class AccountTypeConverter

java.lang.Object
com.soffid.iam.json.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 Details

    • AccountTypeConverter

      public AccountTypeConverter()
  • Method Details

    • 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