@Service public class FormComponentsDocumentationService extends Object
| Constructor and Description |
|---|
FormComponentsDocumentationService() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormElementCategory> |
collectDocumentedFormComponents(java.util.function.Predicate<? super Class<?>> predicate,
Boolean canBeDesigned,
DocumentationPathParams pathParams) |
FormComponentDocumentationHolder |
findDocumentedBasicComponentsForPredicate(Boolean canBeDesigned) |
FormComponentDocumentationHolder |
findDocumentedMap2dComponentsForPredicate(java.util.function.Predicate<? super Class<?>> predicate,
DocumentationPathParams pathParams) |
FormComponentDocumentationHolder |
findDocumentedMap2dComponentsForPredicate(java.util.function.Predicate<? super Class<?>> predicate,
DocumentationPathParams pathParams,
String category) |
public FormComponentDocumentationHolder findDocumentedBasicComponentsForPredicate(Boolean canBeDesigned) throws ClassNotFoundException
ClassNotFoundExceptionpublic FormComponentDocumentationHolder findDocumentedMap2dComponentsForPredicate(java.util.function.Predicate<? super Class<?>> predicate, DocumentationPathParams pathParams) throws ClassNotFoundException
ClassNotFoundExceptionpublic FormComponentDocumentationHolder findDocumentedMap2dComponentsForPredicate(java.util.function.Predicate<? super Class<?>> predicate, DocumentationPathParams pathParams, String category) throws ClassNotFoundException
ClassNotFoundExceptionpublic Map<String,FormElementCategory> collectDocumentedFormComponents(java.util.function.Predicate<? super Class<?>> predicate, Boolean canBeDesigned, DocumentationPathParams pathParams) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2020. All rights reserved.