Package org.jfuncmachine.sexprlang.translate


package org.jfuncmachine.sexprlang.translate
Utilities to map S-expressions to Java
  • Class
    Description
    An exception coming from an S-expression mapper
    An annotation describing how this model item is mapped in an S-expression
    An S-expression mapper that maps S-expression to model classes that are annotated with the @ModelItem annotation.
    An interface for mapping S-expressions to objects
    A utility to map S-expressions to an object model using the SexprMapper interface