@InterfaceAudience.Private public class CompatibilityFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | EXCEPTION_END | 
| static String | EXCEPTION_START | 
| private static org.slf4j.Logger | LOG | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | CompatibilityFactory()This is a static only class don't let any instance be created. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static String | createExceptionString(Class klass) | 
| static <T> T | getInstance(Class<T> klass) | 
private static final org.slf4j.Logger LOG
public static final String EXCEPTION_START
public static final String EXCEPTION_END
protected CompatibilityFactory()
public static <T> T getInstance(Class<T> klass)
protected static String createExceptionString(Class klass)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.