Uses of Annotation Interface
org.apache.nifi.annotation.behavior.ReadsAttribute
Packages that use ReadsAttribute
-
Uses of ReadsAttribute in org.apache.nifi.documentation
Methods in org.apache.nifi.documentation that return types with arguments of type ReadsAttributeModifier and TypeMethodDescriptionprivate List
<ReadsAttribute> AbstractDocumentationWriter.getReadsAttributes
(Processor processor) Method parameters in org.apache.nifi.documentation with type arguments of type ReadsAttributeModifier and TypeMethodDescriptionprotected abstract void
AbstractDocumentationWriter.writeReadsAttributes
(List<ReadsAttribute> attributes) -
Uses of ReadsAttribute in org.apache.nifi.documentation.xml
Methods in org.apache.nifi.documentation.xml with parameters of type ReadsAttributeModifier and TypeMethodDescriptionprivate void
XmlDocumentationWriter.writeReadsAttribute
(ReadsAttribute attribute) Method parameters in org.apache.nifi.documentation.xml with type arguments of type ReadsAttributeModifier and TypeMethodDescriptionprotected void
XmlDocumentationWriter.writeReadsAttributes
(List<ReadsAttribute> attributes)