Interface TransportToAasConverter.ValueConverter

All Known Implementing Classes:
TransportToAasConverter.TypeConverter
Enclosing class:
TransportToAasConverter<T>

public static interface TransportToAasConverter.ValueConverter
Converts a Java value to an AAS value.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Object value)
    Performs the conversion.
  • Method Details

    • convert

      Object convert(Object value)
      Performs the conversion.
      Parameters:
      value - the value to convert
      Returns:
      the converted value