Package org.snmp4j.model.mapper


package org.snmp4j.model.mapper
  • Class
    Description
    AbstractVariableBindingMapper provides helper functions to support the conversion between Variable values and native values used in an application.
    This VariableBindingMapper interface provides conversion methods to convert VariableBinding instances to and from signed long, unsigned long, string, date and time, and binary values.
    VariableBindingMapperJava maps SNMP4J VariableBinding variables to Java native language objects and vice versa.