Interface Extractor<S>

Type Parameters:
S -

public interface Extractor<S>
Extracts a piece of information from an object addressed by a expression
Author:
Christian Ohr
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(S message, Object... params)
     
  • Method Details