Interface ResultFactory<T>

Type Parameters:
T - the result type
All Known Implementing Classes:
BooleanResultFactory, IntegerResultFactory, ObjectResultFactory, ProtocolDescriptionResultFactory, StringListResultFactory, StringResultFactory, SystemStateResultFactory, TopicListResultFactory, TopicTypeListResultFactory, UriListResultFactory, UriResultFactory, VoidResultFactory

public interface ResultFactory<T>
Author:
damonkohler@google.com (Damon Kohler)
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • newFromValue

      T newFromValue(Object value)
      Parameters:
      value -
      Returns:
      a value to be returned as the result part of a Response