Package com.soffid.iam.json
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 Summary
Constructors Constructor Description AccountTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountTypefromString(String type)StringtoString(AccountType type)Typetype()
-
-
-
Method Detail
-
toString
public String toString(AccountType type)
- Specified by:
toStringin interfaceorg.apache.johnzon.mapper.Converter<AccountType>
-
fromString
public AccountType fromString(String type)
- Specified by:
fromStringin interfaceorg.apache.johnzon.mapper.Converter<AccountType>
-
type
public Type type()
- Specified by:
typein interfaceorg.apache.johnzon.mapper.Converter.TypeAccess
-
-