Package org.robolectric.shadows
Class Converter2.FromCharSequence
- java.lang.Object
-
- org.robolectric.shadows.Converter2<String>
-
- org.robolectric.shadows.Converter2.FromCharSequence
-
- Enclosing class:
- Converter2<T>
public static class Converter2.FromCharSequence extends Converter2<String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robolectric.shadows.Converter2
Converter2.FromCharSequence, Converter2.FromColor
-
-
Constructor Summary
Constructors Constructor Description FromCharSequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure)
-
Methods inherited from class org.robolectric.shadows.Converter2
getConverterFor
-
-
-
-
Method Detail
-
fillTypedValue
public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure)
- Overrides:
fillTypedValue
in classConverter2<String>
-
-