-
public final class DestinationsEnumArrayListNavType<E extends Enum<?>> extends DestinationsNavType<<ERROR CLASS><E>>
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisNullableAllowedprivate final Stringname
-
Constructor Summary
Constructors Constructor Description DestinationsEnumArrayListNavType(Class<E> enumType)
-
Method Summary
Modifier and Type Method Description BooleangetIsNullableAllowed()StringgetName()Unit)>put(Bundle bundle, String key, <ERROR CLASS><E> value)Unit)>put(SavedStateHandle savedStateHandle, String key, <ERROR CLASS><E> value)<ERROR CLASS><E>get(Bundle bundle, String key)<ERROR CLASS><E>get(SavedStateHandle savedStateHandle, String key)<ERROR CLASS><E>parseValue(String value)String)>serializeValue(<ERROR CLASS><E> value)-
Methods inherited from class com.ramcosta.composedestinations.navargs.DestinationsNavType
parseAndPut, parseAndPut, parseValue, serializeAsValue, toString, valueEquals -
Methods inherited from class com.ramcosta.composedestinations.navargs.primitives.arraylist.DestinationsEnumArrayListNavType
safeGet -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getIsNullableAllowed
Boolean getIsNullableAllowed()
-
put
Unit )>put(SavedStateHandle savedStateHandle, String key, <ERROR CLASS><E> value)
-
get
<ERROR CLASS><E> get(SavedStateHandle savedStateHandle, String key)
-
parseValue
<ERROR CLASS><E> parseValue(String value)
-
serializeValue
String )>serializeValue(<ERROR CLASS><E> value)
-
-
-
-