Object ConverterType.Companion
-
- All Implemented Interfaces:
public class ConverterType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ConverterType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ConverterTypefromName(String name)Given the .nameor.simpleNameof a converter type, get the relevant enum entry.-
-
Method Detail
-
fromName
final ConverterType fromName(String name)
Given the
.nameor.simpleNameof a converter type, get the relevant enum entry.
-
-
-
-