public class PropertiesListDecoder extends Object implements MultiDecoder<Properties>
| Constructor and Description |
|---|
PropertiesListDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<Properties>public Properties decode(List<Object> parts, State state)
decode in interface MultiDecoder<Properties>Copyright © 2014–2021 Redisson. All rights reserved.