Package com.moandjiezana.toml
Class ValueReaders
- java.lang.Object
-
- com.moandjiezana.toml.ValueReaders
-
class ValueReaders extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static ValueReader[]READERS(package private) static ValueReadersVALUE_READERS
-
Constructor Summary
Constructors Modifier Constructor Description privateValueReaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Objectconvert(java.lang.String value, java.util.concurrent.atomic.AtomicInteger index, Context context)
-
-
-
Field Detail
-
VALUE_READERS
static final ValueReaders VALUE_READERS
-
READERS
private static final ValueReader[] READERS
-
-
Method Detail
-
convert
java.lang.Object convert(java.lang.String value, java.util.concurrent.atomic.AtomicInteger index, Context context)
-
-