public class FunctionCodec
Class FunctionCodec. Provides functioncodec functionality for the Hytale server.
java.lang.Object > FunctionCodec
Field Summary
decode
final
T
decode
Field decode.
value
final
R
value
Field value.
Method Detail
FunctionCodec
Method FunctionCodec.
- Parameters:
final Codeccodecfinal Functiondecodefinal Functionencode
IllegalArgumentException
public
new
IllegalArgumentException
("Failed to apply function to '" + String.valueOf(decode)
Method IllegalArgumentException.
- Parameters:
"Failed to apply function to '" +String.valueOf(decode
decodeJson
Method decodeJson.
- Parameters:
@Nonnull final RawJsonReaderreaderfinal ExtraInfoextraInfo