li.cil.oc.api.driver
public interface Converter
| Modifier and Type | Method and Description |
|---|---|
void |
convert(java.lang.Object value,
java.util.Map<java.lang.Object,java.lang.Object> output)
Converts a type to a Map that only contains valid values, i.e.
|
void convert(java.lang.Object value,
java.util.Map<java.lang.Object,java.lang.Object> output)
value - the value to convert.output - the map conversion results are accumulated into.