Package org.nuxeo.audit.io
Class AuditRouterIntrospectionPlantUMLWriter
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.puml.AbstractPlantUMLWriter<AuditRouterIntrospection>
org.nuxeo.audit.io.AuditRouterIntrospectionPlantUMLWriter
- All Implemented Interfaces:
Marshaller<AuditRouterIntrospection>,Writer<AuditRouterIntrospection>
@Setup(mode=SINGLETON,
priority=2000)
public class AuditRouterIntrospectionPlantUMLWriter
extends AbstractPlantUMLWriter<AuditRouterIntrospection>
- Since:
- 2025.16
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.puml.AbstractPlantUMLWriter
ctx -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBackendIdentifier(String backendName) protected StringgetRouteIdentifier(String routeName) protected StringreplaceNonWordCharacters(String input) protected voidwrite(AuditRouterIntrospection.BackendIntrospection backend, PlantUMLPrinter pumlPrinter) protected voidwrite(AuditRouterIntrospection.RouteIntrospection route, PlantUMLPrinter pumlPrinter) protected voidwrite(AuditRouterIntrospection entity, PlantUMLPrinter pumlPrinter) Methods inherited from class org.nuxeo.ecm.core.io.marshallers.puml.AbstractPlantUMLWriter
accept, getPumlPrinter, write
-
Constructor Details
-
AuditRouterIntrospectionPlantUMLWriter
public AuditRouterIntrospectionPlantUMLWriter()
-
-
Method Details
-
write
protected void write(AuditRouterIntrospection entity, PlantUMLPrinter pumlPrinter) throws IOException - Specified by:
writein classAbstractPlantUMLWriter<AuditRouterIntrospection>- Throws:
IOException
-
write
protected void write(AuditRouterIntrospection.RouteIntrospection route, PlantUMLPrinter pumlPrinter) throws IOException - Throws:
IOException
-
write
protected void write(AuditRouterIntrospection.BackendIntrospection backend, PlantUMLPrinter pumlPrinter) throws IOException - Throws:
IOException
-
getRouteIdentifier
-
getBackendIdentifier
-
replaceNonWordCharacters
-