public class ApiAbstraction extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ApiAbstraction.Dummy
"Not found" class
|
static interface |
ApiAbstraction.DummyAnnotation
"Not found" annotation
|
static class |
ApiAbstraction.DummyEnum
"Not found" enumeration value.
|
Constructor and Description |
---|
ApiAbstraction(ResourceLoader resourceLoader)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Annotation> |
annotationTypeForName(String name)
Initializes an annotation class
|
protected Class<?> |
classForName(String name)
Initializes a type
|
protected Object |
enumValue(Class<?> clazz,
String memberName) |
public ApiAbstraction(ResourceLoader resourceLoader)
resourceLoader
- The root resource loaderSprotected Class<? extends Annotation> annotationTypeForName(String name)
name
- The name of the annotation classprotected Class<?> classForName(String name)
name
- The name of the classCopyright © 2015. All Rights Reserved.