public abstract class CorrelationFactory extends Object implements Serializable
Correlation
factory.Modifier and Type | Class and Description |
---|---|
static class |
CorrelationFactory.DummyCorrelationFactory
A dummy factory that always returns
null . |
static class |
CorrelationFactory.RealCorrelationFactory
A real factory that returns new
Correlations . |
Constructor and Description |
---|
CorrelationFactory() |
Modifier and Type | Method and Description |
---|---|
abstract Correlation |
by(Correlation.Literal type) |
abstract Correlation |
by(JDeclaredType type) |
abstract Correlation |
by(JField field) |
abstract Correlation |
by(JMethod method) |
abstract SourceInfo |
makeSourceInfo(SourceOrigin origin) |
public abstract Correlation by(JDeclaredType type)
public abstract Correlation by(JField field)
public abstract Correlation by(JMethod method)
public abstract Correlation by(Correlation.Literal type)
public abstract SourceInfo makeSourceInfo(SourceOrigin origin)
Copyright © 2018. All rights reserved.