P
- the param type.public class UndefinedParamHolder<P> extends java.lang.Object implements ParamHolder<P>
UndefinedParamHolder
is the default implementation of ParamHolder
and
returns NULL and logs an error.Constructor and Description |
---|
UndefinedParamHolder() |
Modifier and Type | Method and Description |
---|---|
P |
getParam(byte[] serializedParam)
The default implementation of
ParamHolder . |
public P getParam(byte[] serializedParam)
ParamHolder
. Returns NULL and logs an error.getParam
in interface ParamHolder<P>
serializedParam
- the binary data of a P
parameter object.