This project has retired. For details please refer to its
Attic page .
DocumentClassifier (streams-pojo 0.5.2-SNAPSHOT API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
Serializable
public interface DocumentClassifier
extends Serializable
DocumentClassifier assists with ActivityConversion, by determining whether a document may be
parseable into a POJO for which an ActivityConverter exists.
Method Detail
detectClasses
List <Class > detectClasses(Object document)
Assess the structure of the document, and identify whether the provided document is
a structural match for one or more typed forms.
Parameters:
document
- the document
Returns:
a serializable pojo class this document matches
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2018 The Apache Software Foundation . All rights reserved.