Interface Rule<T>

All Known Subinterfaces:
Rule.StreamRule<Z,W>

public interface Rule<T>

Rule interface.

Version:
$Id: $Id
Author:
vp22681
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The MapRule interface allows a label to be associated with a data mapping
    static interface 
    The StreamRule interface allows a data mapping that selects another stream to be associated with and a set of named data mappings selecting end data items The intermediate stream is used to flatten a nested data structure, by firstly mapping a stream to a nested stream, them mapping that to a named set of data.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final List<Class<?>>
    Constant ConvertibleTypes
  • Field Details

    • ConvertibleTypes

      static final List<Class<?>> ConvertibleTypes
      Constant ConvertibleTypes