Package org.snmp4j.model.mapper
package org.snmp4j.model.mapper
-
ClassDescriptionAbstractVariableBindingMapper<L,
U, S, D, B> AbstractVariableBindingMapper
provides helper functions to support the conversion betweenVariable
values and native values used in an application.VariableBindingMapper<L,U, S, D, B> ThisVariableBindingMapper
interface provides conversion methods to convertVariableBinding
instances to and from signed long, unsigned long, string, date and time, and binary values.VariableBindingMapperJava
maps SNMP4JVariableBinding
variables to Java native language objects and vice versa.