public class ApiAbstraction
extends java.lang.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 java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationTypeForName(java.lang.String name)
Initializes an annotation class
|
protected java.lang.Class<?> |
classForName(java.lang.String name)
Initializes a type
|
protected java.lang.Object |
enumValue(java.lang.Class<?> clazz,
java.lang.String memberName) |
public ApiAbstraction(ResourceLoader resourceLoader)
resourceLoader - The root resource loaderSprotected java.lang.Class<? extends java.lang.annotation.Annotation> annotationTypeForName(java.lang.String name)
name - The name of the annotation classprotected java.lang.Class<?> classForName(java.lang.String name)
name - The name of the classprotected java.lang.Object enumValue(java.lang.Class<?> clazz,
java.lang.String memberName)
Copyright © 2015. All Rights Reserved.