public class MetaWorkerImpl extends Object implements MetaWorker, ComponentClassTransformWorker2
Constructor and Description |
---|
MetaWorkerImpl(Map<Class,MetaDataExtractor> configuration) |
Modifier and Type | Method and Description |
---|---|
ComponentClassTransformWorker2 |
getWorker()
Returns the worker that performs transformations (in 5.2, MetaWorker implemented ComponentClassTransformWorker).
|
void |
transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model)
Invoked to perform part of the transformation of the
PlasticClass . |
public MetaWorkerImpl(Map<Class,MetaDataExtractor> configuration)
public ComponentClassTransformWorker2 getWorker()
MetaWorker
getWorker
in interface MetaWorker
public void transform(PlasticClass plasticClass, TransformationSupport support, MutableComponentModel model)
ComponentClassTransformWorker2
PlasticClass
.transform
in interface ComponentClassTransformWorker2
plasticClass
- component class being transformedsupport
- additional utilities needed during the transformationmodel
- the model for the component being transformed5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.