public class TestColumnFamilyDescriptorLowerCaseEnum extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
TestColumnFamilyDescriptorLowerCaseEnum() |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
contains(Collection<Enum<?>> enumConsts,
String value) |
private Enum<?> |
getEnumValue(Class<?> enumType) |
private Method |
getSetMethod(Method getMethod,
Class<?> enumType) |
void |
test() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public TestColumnFamilyDescriptorLowerCaseEnum()
private Method getSetMethod(Method getMethod, Class<?> enumType) throws NoSuchMethodException
NoSuchMethodExceptionprivate Enum<?> getEnumValue(Class<?> enumType)
private boolean contains(Collection<Enum<?>> enumConsts, String value)
public void test() throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.