com.liferay.portal.fabric
Class FabricPathMappingVisitor
java.lang.Object
com.liferay.portal.kernel.util.ObjectGraphUtil.AnnotatedFieldMappingVisitor
com.liferay.portal.fabric.FabricPathMappingVisitor
- All Implemented Interfaces:
- ObjectGraphUtil.Visitor
public class FabricPathMappingVisitor
- extends ObjectGraphUtil.AnnotatedFieldMappingVisitor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FabricPathMappingVisitor
public FabricPathMappingVisitor(Class<? extends Annotation> annotationClass,
java.nio.file.Path remoteRepositoryPath)
FabricPathMappingVisitor
public FabricPathMappingVisitor(Class<? extends Annotation> annotationClass,
java.nio.file.Path remoteRepositoryPath,
boolean reverseMapping)
getPathMap
public Map<java.nio.file.Path,java.nio.file.Path> getPathMap()
doMap
protected Object doMap(Field field,
Object value)
- Specified by:
doMap in class ObjectGraphUtil.AnnotatedFieldMappingVisitor