public abstract class RepresentationSchemeFactory extends Object
RepresentationSchemes.| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
static RepresentationScheme |
createRepresentationScheme(RepresentationSchemeType representationSchemeType)
Creates a
RepresentationScheme for the given RepresentationSchemeType. |
public static RepresentationScheme createRepresentationScheme(RepresentationSchemeType representationSchemeType)
RepresentationScheme for the given RepresentationSchemeType.representationSchemeType - The RepresentationSchemeType for which a RepresentationScheme
should be calculated.RepresentationScheme (defaults to AbstractRepresentationScheme) for unknown types.Copyright © 2018. All rights reserved.